System.Bluetooth.TBluetoothUUID.D1

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

Delphi

D1: Cardinal;

プロパティ

種類 可視性 ソース ユニット
field public System.pas System.Bluetooth TBluetoothUUID


説明

D1 は、TBluetoothUUID で説明したとおり、UUID の最初の 8 桁の 16 進数に対応します。

UUID は、文字列リテラルを角かっこで囲んで表された汎用一意識別子を示します。UUID 宣言は次のような形式でなければなりません。

['{UUID}']

または

['{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}']

ここで、各 x は 16 進数字(09AF)です。

D1 は、次のように、この UUID 文字列リテラルの最初の 8 桁の 16 進数に対応します。

['{D1-xxxx-xxxx-xxxx-xxxxxxxxxxxx}']

関連項目