System.Bluetooth.TBluetoothGattDescriptor.FormatUnit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FormatUnit: TBluetoothUUID read GetFormatUnit;

C++

__property GUID FormatUnit = {read=GetFormatUnit};

Properties

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

Description

UUID of the measurement unit of the value of the characteristic that provides the descriptor.

Use GetKnownUnitName to obtain the English name of a unit given its UUID. Bluetooth Low Energy devices may however specify additional, non-standard units using custom UUIDs.

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

See Also