System.Bluetooth.TBluetoothGattDescriptor.Format

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Format: TBluetoothGattFormatType read GetFormat;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattDescriptor

Description

Format of the value of the characteristic that provides the descriptor.

You can only read the value of Format if the kind of the descriptor is PresentationFormat.

See Also