wclRfCommClient Class |
Namespace: wclBluetooth
The wclRfCommClient type exposes the following members.
Name | Description | |
---|---|---|
![]() | wclRfCommClient | Creates new RFCOMM client component. |
Name | Description | |
---|---|---|
![]() | Address | Gets and sets a target Bluetooth device's MAC
address. |
![]() | Authentication | Gets and sets the authentication property for the
connection. |
![]() | Channel | Gets and sets the RFCOMM channel number used for
connection. |
![]() | Encryption | Gets and sets the Encryption property for the
connection. |
![]() | Processor | Gets the Data Processor created for the connection. |
![]() | Radio | Gets the radio object used for connection. |
![]() | Service | Gets and sets the service's UUID that should be used
for connection. |
![]() | State | Gets the current client state. |
![]() | Timeout | Gets and sets the connect timeout value. |
Name | Description | |
---|---|---|
![]() | Connect | Starts connecting to a remote Bluetooth device. |
![]() | Disconnect | Disconnects from the connection remote device. |
![]() | DoConnect | Fires the OnConnect event. |
![]() | DoCreateProcessor | Fires the OnCreateProcessor event. |
![]() | DoData | Fires the OnData event. |
![]() | DoDestroyProcessor | Fires the OnDestroyProcessor event. |
![]() | DoDisconnect | Fires the OnDisconnect event. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetReadBufferSize | Reads the read buffer size. |
![]() | GetType | (Inherited from Object.) |
![]() | GetWriteBufferSize | Reads the write buffer size. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetReadBufferSize | Sets the read buffer size. |
![]() | SetWriteBufferSize | Sets the write buffer size. |
![]() | ToString | (Inherited from Object.) |
![]() | Write | Sends data to the connected device. |
Name | Description | |
---|---|---|
![]() | OnConnect | The event fires when a connection to a remote device
has been completed (with or without success). |
![]() | OnCreateProcessor | The event fires when connection to a remote device has
been established with success to allow application provide a
data processor for the connection. |
![]() | OnData | The event fires when new data is received from the
connected remote device. |
![]() | OnDestroyProcessor | The event fires when connection to a remote device has
been terminated. An application must destroy the Data Processor
created for the connection. |
![]() | OnDisconnect | The event fires when the remote connected device has been
disconnected. |