SockVTAB Struct Reference

Virtual function table to define socket behavior. More...

#include <socket.h>


Data Fields

void(* ReadCycle )(struct Socket *)
void(* WriteCycle )(struct Socket *)
void(* Close )(struct Socket *)


Detailed Description

Virtual function table to define socket behavior.

Definition at line 60 of file socket.h.


Field Documentation

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().


The documentation for this struct was generated from the following file:

Generated on Fri Jan 2 15:28:37 2009 for Squat by  doxygen 1.5.6