Click or drag to resize

wclGattClient Methods

The wclGattClient type exposes the following members.

Methods
 NameDescription
Public methodConnect Connects to a remote Bluetooth LE device.
Public methodDisconnect Disconnects from a remote device.
Protected methodDoCharacteristicChanged Fires the OnCharacteristicChanged event.
Protected methodDoConnect Fires the OnConnected event.
Protected methodDoConnectionParamsChanged Fires the OnConnectionParamsChanged event.
Protected methodDoConnectionPhyChanged Fires the OnConnectionPhyChanged event.
Protected methodDoDisconnect Fires then OnDisconnected event.
Protected methodDoMaxPduSizeChanged Fires the OnMaxPduSizeChanged 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 methodFindCharacteristic The method searches the characteristic in given service with the specified UUID.
Public methodFindService The method searches the service with specified UUID.
Public methodGetConnectionParams Gets the current connection parameters.
Public methodGetConnectionPhyInfo Reads the Bluetooth LE physical layer (PHY) information.
Public methodGetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
Public methodGetMaxPduSize Reads the maximum PDU size for the current connection.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
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 methodReadCharacteristics The method reads all the characteristics available for the specified service.
Public methodReadCharacteristicValue The method reads the value of the specified characteristic.
Public methodReadDescriptors The method reads all the descriptors available for the specified characteristic.
Public methodReadDescriptorValue The method reads the value of the specified descriptor.
Public methodReadIncludedServices The method reads all the included services available for a given service.
Public methodReadServices Reads available services from a remote Bluetooth LE device.
Public methodSetConnectionParams(wclBluetoothLeConnectionParametersType) Request the connection parameters change to the specified preferred connection parameters.
Public methodSetConnectionParams(wclBluetoothLeConnectionParametersValue) Request the connection parameters change to the specified preferred connection parameters.
Public methodSubscribe Subscribes for the characteristic changes notifications.
Public methodSubscribeForNotifications Subscribes for the characteristic changes notifications and writes the client configuration descriptor to the device.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUnsubscribe Unsubscribes from the characteristic changes notifications.
Public methodUnsubscribeFromNotifications Unsubscribes from the characteristic changes notifications and writes the client configuration descriptor to the device.
Public methodWriteCharacteristicValue The method writes the specified characteristic value to the Bluetooth device.
Public methodWriteClientConfiguration Writes the client configuration descriptor to the device.
Public methodWriteDescriptorValue The method writes the specified descriptor value to the Bluetooth device.
Top
See Also