Member index for:

Class CTCPSocketAsync
Data Item m_bDisabledConnect
Data Item m_ulTimeout
Function Accepted()
Function BeforeAccept()
Function Close()
Function Connect(IP aDestinationAddress, unsigned short usDestinationPort, BOOL bDisableAsync=FALSE, BOOL bForceErrorEvent=FALSE)
Function Connect(const std::string& rDestinationAddress, unsigned short usDestinationPort, BOOL bDisableAsync=FALSE, BOOL bForceErrorEvent=FALSE)
Function Connect(unsigned short usSourcePort, IP aDestinationAddress, unsigned short usDestinationPort, BOOL bDisableAsync=FALSE, BOOL bForceErrorEvent=FALSE)
Function Connect(unsigned short usSourcePort, const std::string& rDestinationAddress, unsigned short usDestinationPort, BOOL bDisableAsync=FALSE, BOOL bForceErrorEvent=FALSE)
Function Create()
Constructor CTCPSocketAsync(const CTCPSocketAsync& rSocket)
Constructor CTCPSocketAsync(BOOL bRawSocket)
Destructor ~CTCPSocketAsync()
Function GetAsyncHandle() const
Function IsAsyncClass() const
Function Listen(unsigned long ulBackLog=5)
Function Receive(char* pBuffer, unsigned long ulBufferLength)
Function Send(const char* pBuffer, unsigned long ulBufferLength)
Function SendBlockedBuffer(const CBlockedBuffer::CBlockedData& rData)
Function SendNoAdd(const char* pBuffer, unsigned long ulBufferLength)
Function SetAsync()
Function SetConnectionTimeout(unsigned long ulMS)
Function SocketClosed(int iErrorCode)
Function SocketConnected(int iErrorCode)
Function SocketWrite(int iErrorCode)
Function SystemTimeout()
Custom Code in Header Before Includes Custom Code in Header Before Includes
Custom Code in Header After Includes Custom Code in Header After Includes
Custom Code in Header After Class Declaration Custom Code in Header After Class Declaration
Custom Code in Source After Includes Custom Code in Source After Includes

[Back to Top]