System.Beacon.TBeaconAdvertiser.GetInstance

提供:RAD Studio API Documentation

Delphi

class function GetInstance(const AGattServer: TBluetoothGattServer = nil): TBeaconAdvertiser; virtual; abstract;

C++

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

プロパティ

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


説明

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

この抽象メソッドの実装はプラットフォーム固有のものになります。ビーコン デバイスの現在のプラットフォームに対応する TBeaconAdvertiser を返します。

関連項目