Click or drag to resize

wclGattCharacteristic Structure

The structure describes a Bluetooth Low Energy (LE) generic attribute (GATT) profile characteristic.
Inheritance Hierarchy
SystemObject
  SystemValueType
    wclBluetoothwclGattCharacteristic

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public struct wclGattCharacteristic

The wclGattCharacteristic type exposes the following members.

Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
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