Click or drag to resize

wclGattDescriptorValue Structure

The structure contains a descriptor value.
Inheritance Hierarchy
SystemObject
  SystemValueType
    wclBluetoothwclGattDescriptorValue

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

The wclGattDescriptorValue 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 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