System.Beacon.TBeaconAdvertiser.GetBeaconAdvertiserHelperInstance

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

Delphi

class function GetBeaconAdvertiserHelperInstance: TBeaconAdvertiser;

C++

__classmethod TBeaconAdvertiser* __fastcall GetBeaconAdvertiserHelperInstance();

プロパティ

種類 可視性 ソース ユニット
function protected
System.Beacon.pas
System.Beacon.hpp
System.Beacon TBeaconAdvertiser


説明

現在のプラットフォームの TBeaconAdvertiser インスタンスを取得します。

GetBeaconAdvertiserHelperInstance では、現在のプラットフォームの GATT サーバーがない場合に、ヘルパとしてこのインスタンスを取得します。

この TBeaconAdvertiser インスタンスは、ビーコン デバイス コンポーネントのデータのアドバタイズを担当するオブジェクトを表します。

関連項目