System.Bluetooth.TBluetoothGattDescriptor Properties
InheritedProtected
Broadcasts | public | Whether the remote server is configured to include in its advertising data the value of the characteristic that provides this descriptor (True ) or not (False ). |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
Exponent | public | Exponent that you must apply to the value of the characteristic that provides the descriptor to obtain the actual value of the characteristic. |
Format | public | Format of the value of the characteristic that provides the descriptor. |
FormatUnit | public | UUID of the measurement unit of the value of the characteristic that provides the descriptor. |
Indication | public | Whether the remote server is configured to send updates of the characteristic value as the value changes, and wait for your client to confirm that the new value was successfully received (True ); or not (False ). |
Kind | public | Returns the GATT characteristic descriptor that matches with an UUID. |
Notification | public | Whether the remote server is configured to send updates of the characteristic value as the value changes (True ) or not (False ). |
ReliableWrite | public | Whether the characteristic that provides the descriptor supports reliable write operations (True ) or not (False ). |
UserDescription | public | Description of the characteristic that provides the descriptor. |
UUID | public | Returns the UUID of this descriptor. The UUID is the type TBluetoothUUID. |
UUIDName | public | Returns a string with the UUIDName of this TBluetoothGattDescriptor. |
Value | public | Returns the stored value or defines a new value for this TBluetoothGattDescriptor. |
WritableAuxiliaries | public | Whether you can edit the textual description of the characteristic (True ) or not (False ). |