System.Bluetooth.TBluetoothGattDescriptor.DoGetFormat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetFormat: TBluetoothGattFormatType; virtual; abstract;

C++

virtual TBluetoothGattFormatType __fastcall DoGetFormat() = 0 ;

Properties

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

Description

Returns the format of the value of the characteristic that provides the descriptor.

You can only call DoGetFormat if the kind of the descriptor is PresentationFormat.

Note: This is an abstract method that platform-specific subclasses of TBluetoothGattDescriptor implement.

See Also