System.Bluetooth.TBluetoothGattDescriptor.FormatUnit

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property FormatUnit: TBluetoothUUID read GetFormatUnit;

C++

__property GUID FormatUnit = {read=GetFormatUnit};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattDescriptor


Beschreibung

UUID der Maßeinheit des Wertes (Value) des Merkmals, das den Deskriptor bereitstellt.

Mit GetKnownUnitName rufen Sie den englischen Namen einer Einheit anhand ihrer UUID ab. Für Bluetooth Low Energy-Geräte können aber zusätzliche Nicht-Standardeinheiten mit benutzerdefinierten UUIDs festgelegt sein.

Sie können den Wert von FormatUnit nur lesen, wenn die Eigenschaft Kind des Deskriptors PresentationFormat lautet.

Siehe auch