System.Beacon.Components.TBeaconDevice.UUID

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

Delphi

property UUID: string read GetUUID write SetUUID default 0;

C++

__property UUID = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TBeaconDevice

説明

TCustomBeaconDevice の UUID 値を表します。

System.Beacon.Components.TBeaconDevice.UUID は System.Beacon.Components.TCustomBeaconDevice.UUID を継承しています。以下の内容はすべて System.Beacon.Components.TCustomBeaconDevice.UUID を参照しています。 TCustomBeaconDevice の UUID 値を表します。

UUID はビーコンまたはビーコン グループの一意識別子です。

UUID の値は String 型です。

関連項目