Click or drag to resize

wclRfCommClient Methods

The wclRfCommClient type exposes the following members.

Methods
 NameDescription
Public methodConnect Starts connecting to a remote Bluetooth device.
Public methodDisconnect Disconnects from the connection remote device.
Protected methodDoConnect Fires the OnConnect event.
Protected methodDoCreateProcessor Fires the OnCreateProcessor event.
Protected methodDoData Fires the OnData event.
Protected methodDoDestroyProcessor Fires the OnDestroyProcessor event.
Protected methodDoDisconnect Fires the OnDisconnect event.
Protected methodEnter Enters the Bluetooth component protection critical section.
(Inherited from wclBluetoothComponent)
Public methodEqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
Public methodGetReadBufferSize Reads the read buffer size.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetWriteBufferSize Reads the write buffer size.
Protected methodLeave Leaves the Bluetooth component protection critical section.
(Inherited from wclBluetoothComponent)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSetReadBufferSize Sets the read buffer size.
Public methodSetWriteBufferSize Sets the write buffer size.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWrite Sends data to the connected device.
Top
See Also