System.Bluetooth.TBluetoothGattDescriptor.FormatUnit

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property FormatUnit: TBluetoothUUID read GetFormatUnit;

C++

__property GUID FormatUnit = {read=GetFormatUnit};

プロパティ

種類 可視性 ソース ユニット
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattDescriptor


説明

このディスクリプタを提供するキャラクタリスティックの計量単位の UUID です。

GetKnownUnitName を使用すると、UUID で指定された単位の英語名を取得できます。ただし、Bluetooth LE デバイスの場合は、カスタム UUID を使って追加の非標準単位を指定する可能性があります。

ディスクリプタの種類PresentationFormat の場合にのみ、FormatUnit の値を読み取ることができます。

関連項目