System.Bluetooth.TBluetoothGattDescriptor.DoGetFormat

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DoGetFormat: TBluetoothGattFormatType; virtual; abstract;

C++

virtual TBluetoothGattFormatType __fastcall DoGetFormat(void) = 0 ;

Propriétés

Type Visibilité  Source Unité  Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattDescriptor


Description

Renvoie le format de la valeur de la caractéristique qui fournit le descripteur.

Vous pouvez seulement appeler DoGetFormat si le type du descripteur est PresentationFormat.

Remarque : Il s'agit d'une méthode abstraite qu'implémentent les sous-classes de TBluetoothGattDescriptor spécifiques à la plate-forme.

Voir aussi