Click or drag to resize

wclGattCharacteristicFormat Structure

The structure describes the different characteristic format members.
Inheritance Hierarchy
SystemObject
  SystemValueType
    wclBluetoothwclGattCharacteristicFormat

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

The wclGattCharacteristicFormat 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 fieldAUnit The unit of the characteristic value as defined in the Assigned Numbers specification.
Public fieldDescription The Universally Unique ID (UUID) that describes the format of the parent characteristic value.
Public fieldExponent The exponent value to use to determine how the value of the characteristic value is further formatted.
Public fieldFormat The format of the parent characteristic value.
Public fieldNameSpace The name-space where the unit is defined in the Assigned Numbers specification.
Top
See Also