This is the complete list of members for CAMuxSocket, including all inherited members.
| accept(UINT16 port) | CAMuxSocket | |
| accept(const CASocketAddr &oAddr) | CAMuxSocket | |
| CAMuxSocket(SYMCHANNELCIPHER_ALGORITHM algCipher) | CAMuxSocket | |
| cleanup() | CAMuxSocket | inlinestatic |
| close() | CAMuxSocket | |
| connect(CASocketAddr &psa) | CAMuxSocket | |
| connect(CASocketAddr &psa, UINT retry, UINT32 time) | CAMuxSocket | |
| getCASocket() | CAMuxSocket | inline |
| getHashKey() | CAMuxSocket | inline |
| getIsEncrypted() | CAMuxSocket | inline |
| getSocket() | CAMuxSocket | inline |
| init() | CAMuxSocket | inlinestatic |
| m_aktBuffPos | CAMuxSocket | private |
| m_bIsCrypted | CAMuxSocket | private |
| m_Buff | CAMuxSocket | private |
| m_csReceive | CAMuxSocket | private |
| m_csSend | CAMuxSocket | private |
| m_pCipherIn | CAMuxSocket | private |
| m_pCipherOut | CAMuxSocket | private |
| m_pHashKeyEntry | CAMuxSocket | private |
| m_pSocket | CAMuxSocket | private |
| ms_nMaxHashKeyValue | CAMuxSocket | privatestatic |
| ms_pcsHashKeyList | CAMuxSocket | privatestatic |
| ms_phashkeylistAvailableHashKeys | CAMuxSocket | privatestatic |
| prepareForSend(MIXPACKET *inoutPacket) | CAMuxSocket | |
| receive(MIXPACKET *pPacket) | CAMuxSocket | |
| receive(MIXPACKET *pPacket, UINT32 timeout) | CAMuxSocket | |
| receiveFully(UINT8 *buff, UINT32 len) | CAMuxSocket | inline |
| receiveFully(UINT8 *buff, UINT32 len, UINT32 msTimeOut) | CAMuxSocket | inline |
| send(MIXPACKET *pPacket) | CAMuxSocket | |
| send(MIXPACKET *pPacket, UINT8 *buff) | CAMuxSocket | |
| setCASocket(CASocket *pSocket) | CAMuxSocket | |
| setCipher(SYMCHANNELCIPHER_ALGORITHM algCipher) | CAMuxSocket | |
| setCrypt(bool b) | CAMuxSocket | |
| setKey(UINT8 *key, UINT32 keyLen) | CAMuxSocket | inline |
| setReceiveKey(UINT8 *key, UINT32 keyLen) | CAMuxSocket | inline |
| setSendKey(UINT8 *key, UINT32 keyLen) | CAMuxSocket | inline |
| ~CAMuxSocket() | CAMuxSocket | |