|
| | TCP (int newMode) |
| |
| | TCP (int newMode, sint16 socket) |
| |
| | ~TCP () |
| |
| bit8 | Bind (uint32 IP, uint16 port, bit8 reuseAddr=FALSE) |
| |
| bit8 | Bind (char *Host, uint16 port, bit8 reuseAddr=FALSE) |
| |
| sint32 | GetMaxFD (void) |
| |
| bit8 | Connect (uint32 IP, uint16 port) |
| |
| bit8 | Connect (char *Host, uint16 port) |
| |
| bit8 | ConnectAsync (uint32 IP, uint16 port) |
| |
| bit8 | ConnectAsync (char *Host, uint16 port) |
| |
| bit8 | IsConnected (sint32 whichFD=0) |
| |
| sint32 | GetFD (void) |
| |
| sint32 | GetClientCount (void) |
| |
| uint32 | GetRemoteIP (sint32 whichFD=0) |
| |
| uint16 | GetRemotePort (sint32 whichFD=0) |
| |
| sint32 | GetConnection (void) |
| |
| sint32 | GetConnection (struct sockaddr *clientAddr) |
| |
| void | WaitWrite (sint32 whichFD=0) |
| |
| bit8 | CanWrite (sint32 whichFD=0) |
| |
| sint32 | Write (const uint8 *msg, uint32 len, sint32 whichFD=0) |
| |
| sint32 | WriteNB (uint8 *msg, uint32 len, sint32 whichFD=0) |
| |
| sint32 | EncapsulatedWrite (uint8 *msg, uint32 len, sint32 whichFD=0) |
| |
| sint32 | WriteString (char *msg, sint32 whichFD=0) |
| |
| sint32 | Printf (sint32 whichFD, const char *format,...) |
| |
| sint32 | Read (uint8 *msg, uint32 len, sint32 whichFD=0) |
| |
| sint32 | TimedRead (uint8 *msg, uint32 len, int seconds, sint32 whichFD=0) |
| |
| sint32 | Peek (uint8 *msg, uint32 len, sint32 whichFD=0) |
| |
| sint32 | EncapsulatedRead (uint8 *msg, uint32 len, sint32 whichFD=0) |
| |
| char * | Gets (char *string, int n, int whichFD=0) |
| |
| int | Wait (sint32 sec, sint32 usec, fd_set &returnSet, sint32 whichFD=0) |
| |
| int | Wait (sint32 sec, sint32 usec, fd_set &inputSet, fd_set &returnSet) |
| |
| int | GetStatus (void) |
| |
| void | ClearStatus (void) |
| |
| void | DisownSocket (void) |
| |
| sint32 | Close (sint32 whichFD=0) |
| |
| sint32 | CloseAll (void) |
| |
| sint32 | SetBlocking (bit8 block, sint32 whichFD=0) |
| |
| bit8 | SetInputDelay (sint32 delay) |
| |
| bit8 | SetOutputDelay (sint32 delay) |
| |
| | TCP (int newMode) |
| |
| | TCP (int newMode, sint16 socket) |
| |
| | ~TCP () |
| |
| bit8 | Bind (uint32 IP, uint16 port, bit8 reuseAddr=FALSE) |
| |
| bit8 | Bind (char *Host, uint16 port, bit8 reuseAddr=FALSE) |
| |
| sint32 | GetMaxFD (void) |
| |
| bit8 | Connect (uint32 IP, uint16 port) |
| |
| bit8 | Connect (char *Host, uint16 port) |
| |
| bit8 | ConnectAsync (uint32 IP, uint16 port) |
| |
| bit8 | ConnectAsync (char *Host, uint16 port) |
| |
| bit8 | IsConnected (sint32 whichFD=0) |
| |
| sint32 | GetFD (void) |
| |
| sint32 | GetClientCount (void) |
| |
| uint32 | GetRemoteIP (sint32 whichFD=0) |
| |
| uint16 | GetRemotePort (sint32 whichFD=0) |
| |
| sint32 | GetConnection (void) |
| |
| sint32 | GetConnection (struct sockaddr *clientAddr) |
| |
| void | WaitWrite (sint32 whichFD=0) |
| |
| bit8 | CanWrite (sint32 whichFD=0) |
| |
| sint32 | Write (const uint8 *msg, uint32 len, sint32 whichFD=0) |
| |
| sint32 | WriteNB (uint8 *msg, uint32 len, sint32 whichFD=0) |
| |
| sint32 | EncapsulatedWrite (uint8 *msg, uint32 len, sint32 whichFD=0) |
| |
| sint32 | WriteString (char *msg, sint32 whichFD=0) |
| |
| sint32 | Printf (sint32 whichFD, const char *format,...) |
| |
| sint32 | Read (uint8 *msg, uint32 len, sint32 whichFD=0) |
| |
| sint32 | TimedRead (uint8 *msg, uint32 len, int seconds, sint32 whichFD=0) |
| |
| sint32 | Peek (uint8 *msg, uint32 len, sint32 whichFD=0) |
| |
| sint32 | EncapsulatedRead (uint8 *msg, uint32 len, sint32 whichFD=0) |
| |
| char * | Gets (char *string, int n, int whichFD=0) |
| |
| int | Wait (sint32 sec, sint32 usec, fd_set &returnSet, sint32 whichFD=0) |
| |
| int | Wait (sint32 sec, sint32 usec, fd_set &inputSet, fd_set &returnSet) |
| |
| int | GetStatus (void) |
| |
| void | ClearStatus (void) |
| |
| void | DisownSocket (void) |
| |
| sint32 | Close (sint32 whichFD=0) |
| |
| sint32 | CloseAll (void) |
| |
| sint32 | SetBlocking (bit8 block, sint32 whichFD=0) |
| |
| bit8 | SetInputDelay (sint32 delay) |
| |
| bit8 | SetOutputDelay (sint32 delay) |
| |
Definition at line 68 of file tcp.h.