Bluetooth Framework C++ Edition
CwclRfCommClientConnection Member List

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

__declspec(property(get=GetAddress)) __int64 AddressCwclRfCommClientConnection
__declspec(property(get=GetAuthentication)) bool AuthenticationCwclRfCommClientConnection
__declspec(property(get=GetChannel)) unsigned char ChannelCwclRfCommClientConnection
__declspec(property(get=GetEncryption)) bool EncryptionCwclRfCommClientConnection
__declspec(property(get=GetRadio)) CwclBluetoothRadio *RadioCwclRfCommClientConnection
__declspec(property(get=GetService)) GUID ServiceCwclRfCommClientConnection
wclCommunication::CwclClientDataConnection::__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 __int64 Address, const GUID &Service, const unsigned char Channel=0, const bool Authentication=true, const bool Encryption=false, const unsigned long Timeout=10000)CwclRfCommClientConnection
wclCommunication::CwclClientDataConnection::Connect(const unsigned long Timeout=10000)CwclClientConnection
CwclClientConnection()CwclClientConnection
CwclClientDataConnection()CwclClientDataConnection
CwclCustomConnection()CwclCustomConnection
CwclRfCommClientConnection(CwclBluetoothRadio *const Radio)CwclRfCommClientConnection
Disconnect()CwclClientConnection
DoConnect(const int Error)CwclClientConnectionprotectedvirtual
DoData(const void *const Data, const unsigned long Size)CwclClientDataConnectionprotectedvirtual
DoDisconnect(const int Reason)CwclClientConnectionprotectedvirtual
Enter()CwclCustomConnectionprotected
GetAddress() constCwclRfCommClientConnection
GetAuthentication() constCwclRfCommClientConnection
GetChannel() constCwclRfCommClientConnection
GetEncryption() constCwclRfCommClientConnection
GetProcessor() constCwclClientDataConnection
GetRadio() constCwclRfCommClientConnection
GetReadBufferSize(unsigned long &Size)CwclClientDataConnection
GetReceiver() constCwclCustomConnection
GetService() constCwclRfCommClientConnection
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) overrideCwclRfCommClientConnectionprotectedvirtual
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