Click or drag to resize

wclGattDescriptorValue Fields

The wclGattDescriptorValue type exposes the following members.

Fields
 NameDescription
Public fieldAType The type of the descriptor value.
Public fieldCharacteristicAggregateFormat Contains data structure of a characteristic's aggregate format descriptor. This member is valid only if AType is dtCharacteristicAggregateFormat
Public fieldCharacteristicExtendedProperties Container structure for the different characteristic extended property members. This member is valid only if AType is dtCharacteristicExtendedProperties
Public fieldCharacteristicFormat Container structure for the different characteristic format members. This member is valid only if AType is dtCharacteristicFormat.
Public fieldClientCharacteristicConfiguration Container structure for the different client characteristic configuration members. This member is valid only if AType is dtClientCharacteristicConfiguration.
Public fieldData The descriptor value data. If there is no data the member is null.
Public fieldServerCharacteristicConfiguration Container structure for the different server characteristic configuration members. This member is valid only if AType is dtServerCharacteristicConfiguration.
Public fieldUserDescription Container structure for the characteristic's user description descriptor data. This member is valid only if AType is dtCharacteristicUserDescription.
Public fieldUuid The Universally Unique ID (UUID) of the descriptor value.
Top
See Also