System.Bluetooth.TBluetoothGattCharacteristic
Delphi
TBluetoothGattCharacteristic = class
C++
class PASCALIMPLEMENTATION TBluetoothGattCharacteristic : public System::TObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | System.Bluetooth |
Description
Represents a Bluetooth GATT Characteristic.
A GATT characteristic is a basic data element used to construct a GATT service, TBluetoothGattService. The characteristic contains a value as well as additional information and optional GATT descriptors, TBluetoothGattDescriptor.
Visit the official site to get more information about standard characteristics: Standard Characteristics.