Click or drag to resize

wclGattCharacteristic Fields

The wclGattCharacteristic type exposes the following members.

Fields
 NameDescription
Public fieldHandle The handle to the Bluetooth LE GATT profile attributes.
Public fieldHasExtendedProperties The characteristic has extended properties, which will be presented through a Characteristic Extended Properties descriptor.
Public fieldIsBroadcastable The characteristic can be broadcast.
Public fieldIsIndicatable The characteristic can be updated by the device through Handle Value Indications, and the new value will be returned through the event.
Public fieldIsNotifiable The characteristic can be updated by the device through Handle Value Notifications, and the new value will be returned through the event.
Public fieldIsReadable The characteristic can be read.
Public fieldIsSignedWritable The characteristic can be signed writable.
Public fieldIsWritable The characteristic can be written to.
Public fieldIsWritableWithoutResponse The characteristic can be written to without requiring a response.
Public fieldServiceHandle The handle to the Bluetooth LE GATT profile service.
Public fieldUuid The Universally Unique ID (UUID) of the characteristic.
Public fieldValueHandle The handle to the Bluetooth LE GATT profile characteristic value.
Top
See Also