Abstract interface of a network class
Abstract interface of a network class. It can be used as a base class for any object which is meant to be transferable over the network to a client on another host. Its main properties have been copied of the serializable interface of java.Modifications:
static void init()
static int writeSocket( int fd, const void *pData, int nBytes, BOOL bNoSwap = false )
static int readSocket( int fd, const void *pData, int nBytes, BOOL bNoSwap = false )
virtual int objToSocket( int file_descriptor )
virtual int objFromSocket( int file_descriptor)
static BOOL bSwapBytes
int otnetTrfHeader
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de