System.Beacon.TBeaconAdvertiser.GetBeaconAdvertiser

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

Delphi

class function GetBeaconAdvertiser(const AGattServer: TBluetoothGattServer = nil): TBeaconAdvertiser;

C++

__classmethod TBeaconAdvertiser* __fastcall GetBeaconAdvertiser(System::Bluetooth::TBluetoothGattServer* const AGattServer = (System::Bluetooth::TBluetoothGattServer*)(0x0));

プロパティ

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


説明

現在のビーコン デバイスの近接度データをアドバタイズする TBeaconAdvertiser インスタンスを取得します。

これはプラットフォーム固有のメソッドです。プラットフォームごとに、適切な TBeaconAdvertiser を返します。

ビーコン デバイスの近接度データのアドバタイズを担当する GATT サーバーを指定するには、AGattServer を使用します。

GetBeaconAdvertiser から System.Beacon.TBeaconAdvertiser.GetInstance が呼び出されます。

関連項目