System.Bluetooth.TBluetoothGattDescriptor.Format

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Format: TBluetoothGattFormatType read GetFormat;

C++

__property TBluetoothGattFormatType Format = {read=GetFormat, nodefault};

Eigenschaften

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


Beschreibung

Format des Wertes (Value) des Merkmals, das den Deskriptor bereitstellt.

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

Siehe auch