System.Bluetooth.TBluetoothGattCharacteristic
Delphi
TBluetoothGattCharacteristic = class
C++
class PASCALIMPLEMENTATION TBluetoothGattCharacteristic : public System::TObject
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
class | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | System.Bluetooth |
Beschreibung
Repräsentiert ein Bluetooth GATT-Merkmal.
Ein GATT-Merkmal ist ein Basisdatenelement, mit dem ein GATT-Dienst, TBluetoothGattService, aufgebaut werden kann. Das Merkmal enthält einen Wert sowie weitere Informationen und optionale GATT-Deskriptoren, TBluetoothGattDescriptor.
Weitere Informationen über Standardmerkmale finden Sie auf der offiziellen Website: Standard Characteristics.