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 | static |
close() | CAMuxSocket | |
connect(CASocketAddr &psa) | CAMuxSocket | |
connect(CASocketAddr &psa, UINT retry, UINT32 time) | CAMuxSocket | |
getCASocket() | CAMuxSocket | |
getHashKey() | CAMuxSocket | |
getIsEncrypted() | CAMuxSocket | |
getSocket() | CAMuxSocket | |
init() | CAMuxSocket | static |
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 | |
receiveFully(UINT8 *buff, UINT32 len, UINT32 msTimeOut) | CAMuxSocket | |
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 | |
setReceiveKey(UINT8 *key, UINT32 keyLen) | CAMuxSocket | |
setSendKey(UINT8 *key, UINT32 keyLen) | CAMuxSocket | |
~CAMuxSocket() | CAMuxSocket | |