#include <socket.h>
Data Fields | |
void(* | ReadCycle )(struct Socket *) |
void(* | WriteCycle )(struct Socket *) |
void(* | Close )(struct Socket *) |
Definition at line 60 of file socket.h.
void(* SockVTAB::ReadCycle)(struct Socket *) |
Read data from input
void(* SockVTAB::WriteCycle)(struct Socket *) |
Write data to output (standard)
void(* SockVTAB::Close)(struct Socket *) |
Handle cleanup/error conditions
Referenced by Socket_Close().