This is the complete list of members for CSocketOutConnection, including all inherited members.
_getTimeDiffInMs(int lastTime) | CSocketOutConnection | protected |
_getTimeInMs() | CSocketOutConnection | protected |
_headerByte1 | CSocketOutConnection | protected |
_headerByte2 | CSocketOutConnection | protected |
_maxPacketSize | CSocketOutConnection | protected |
_receiveSimplePacket(std::vector< char > &packet) | CSocketOutConnection | protected |
_sendSimplePacket(char *packet, int packetLength, unsigned short packetsLeft) | CSocketOutConnection | protected |
_socketConn | CSocketOutConnection | protected |
_socketConnectionAddress | CSocketOutConnection | protected |
_socketConnectionPort | CSocketOutConnection | protected |
_socketServer | CSocketOutConnection | protected |
connectToServer() | CSocketOutConnection | |
CSocketOutConnection(const char *theConnectionAddress, int theConnectionPort, unsigned short maxPacketSize=250, char headerID1=59, char headerID2=57) | CSocketOutConnection | |
receiveReplyData(int &dataSize) | CSocketOutConnection | |
sendData(char *data, int dataSize) | CSocketOutConnection | |
~CSocketOutConnection() | CSocketOutConnection | virtual |