System.Bluetooth.TBluetoothGattDescriptor.DoGetFormat

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function DoGetFormat: TBluetoothGattFormatType; virtual; abstract;

C++

virtual TBluetoothGattFormatType __fastcall DoGetFormat() = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattDescriptor


Beschreibung

Gibt das Format des Wertes (Value) des Merkmals zurück, das den Deskriptor bereitstellt.

Sie können DoGetFormat nur aufrufen, wenn die Eigenschaft Kind des Deskriptors PresentationFormat lautet.

Hinweis: Dies ist eine abstrakte Methode, die von plattformspezifischen Unterklassen von TBluetoothGattDescriptor implementiert wird.

Siehe auch