This is the complete list of members for CNetwork, including all inherited members.
| CNetwork() | CNetwork | |
| Connect(const char *pServerAddr, unsigned short nPort) | CNetwork | |
| Connected() const | CNetwork | |
| CreateUDPSocket(unsigned short &nUDPPort, bool bBroadcast=false) | CNetwork | |
| Disconnect() | CNetwork | |
| GetError() const | CNetwork | |
| GetErrorString() | CNetwork | |
| GetUdpBroadcastServerPort() | CNetwork | |
| GetUdpServerPort() | CNetwork | |
| IsLocalAddress(unsigned int nAddr) const | CNetwork | |
| Receive(char *rtDataBuff, int nDataBufSize, bool bHeader, int nTimeout, unsigned int *ipAddr=nullptr) | CNetwork | |
| Send(const char *pSendBuf, int nSize) | CNetwork | |
| SendUDPBroadcast(const char *pSendBuf, int nSize, short nPort, unsigned int nFilterAddr=0) | CNetwork | |
| ~CNetwork() | CNetwork |