System.Beacon.TBeaconAdvertiser.StartAdvertisingFrames

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

Delphi

function StartAdvertisingFrames(AFrameType: TAdvertiseDeviceFormat): Boolean;

C++

bool __fastcall StartAdvertisingFrames(TAdvertiseDeviceFormat AFrameType);

プロパティ

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


説明

ビーコン フレームのアドバタイズを開始します。

StartAdvertisingFrames では、選択されたビーコン形式に応じた形式のビーコン フレームをアドバタイズします。

AFrameType でビーコン形式を選択できます。そうすれば、StartAdvertisingFrames により、適切なフレーム形式が生成されます。

TAdvertiseDeviceFormat には、使用可能なビーコン形式が定義されています。

関連項目