Serial Framework C++ Edition
CwclClientDataConnection Member List

This is the complete list of members for CwclClientDataConnection, including all inherited members.

__declspec(property(get=GetProcessor)) CwclCustomClientDataProcessor *ProcessorCwclClientDataConnection
wclCommunication::CwclClientConnection::__declspec(property(get=GetState)) wclClientState StateCwclClientConnection
wclCommunication::CwclClientConnection::__declspec(property(get=GetTimeout)) unsigned long TimeoutCwclClientConnection
wclCommunication::CwclCustomConnection::__declspec(property(get=GetReceiver)) CwclMessageReceiver *ReceiverCwclCustomConnection
wclCommunication::CwclCustomConnection::__declspec(property(get=GetThreadId)) DWORD ThreadIdCwclCustomConnection
Connect(const unsigned long Timeout=10000)CwclClientConnection
CwclClientConnection()CwclClientConnection
CwclClientDataConnection()CwclClientDataConnection
CwclCustomConnection()CwclCustomConnection
Disconnect()CwclClientConnection
DoConnect(const int Error)CwclClientConnectionprotectedvirtual
DoData(const void *const Data, const unsigned long Size)CwclClientDataConnectionprotectedvirtual
DoDisconnect(const int Reason)CwclClientConnectionprotectedvirtual
Enter()CwclCustomConnectionprotected
GetProcessor() constCwclClientDataConnection
GetReadBufferSize(unsigned long &Size)CwclClientDataConnection
GetReceiver() constCwclCustomConnection
GetState() constCwclClientConnection
GetThreadId() constCwclCustomConnection
GetTimeout() constCwclClientConnection
GetWriteBufferSize(unsigned long &Size)CwclClientDataConnection
HalCommunicate(const HANDLE Event)CwclClientConnectionprotectedvirtual
HalConnect(const HANDLE Event)=0CwclClientConnectionprotectedpure virtual
HalDisconnect()=0CwclClientConnectionprotectedpure virtual
HalGetReadBufferSize(unsigned long &Size)=0CwclClientDataConnectionprotectedpure virtual
HalGetWriteBufferSize(unsigned long &Size)=0CwclClientDataConnectionprotectedpure virtual
HalSetReadBufferSize(const unsigned long Size)=0CwclClientDataConnectionprotectedpure virtual
HalSetWriteBufferSize(const unsigned long Size)=0CwclClientDataConnectionprotectedpure virtual
HalWrite(const void *const Data, const unsigned long Size, unsigned long &Written)=0CwclClientDataConnectionprotectedpure virtual
InternalDisconnect(const int Reason)CwclClientConnectionprotected
Leave()CwclCustomConnectionprotected
MessageReceived(const CwclMessage *const Message) overrideCwclClientDataConnectionprotectedvirtual
NotifyClosed(const int Reason)CwclClientConnectionprotected
NotifyDataReceived(const void *const Data, const unsigned long Size)CwclClientDataConnectionprotected
OnConnect(void *Sender, const int Error)CwclClientConnection
OnData(void *Sender, const void *const Data, const unsigned long Size)CwclClientDataConnection
OnDisconnect(void *Sender, const int Reason)CwclClientConnection
SetReadBufferSize(const unsigned long Size)CwclClientDataConnection
SetWriteBufferSize(const unsigned long Size)CwclClientDataConnection
Write(const void *const Data, const unsigned long Size, unsigned long &Written)CwclClientDataConnection
~CwclClientConnection()CwclClientConnection
~CwclCustomConnection()CwclCustomConnectionvirtual