System.Beacon.TBeaconScanMode

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

Delphi

TBeaconScanMode = (Standard, Alternative, Eddystone, Extended);

C++

enum class DECLSPEC_DENUM TBeaconScanMode : unsigned char { Standard, Alternative, Eddystone, Extended };

プロパティ

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


説明

ビーコン スキャンのモード。ビーコン スキャンが検知できるビーコンの形式を決定します。

サポートされるモード:

  • Standard: iBeacon の場合。
  • Alternative: AltBeacon の場合。
  • Eddystone: Eddystone の場合。
  • Extended: 一度に複数の種類のビーコンをスキャンするため。またこれは、登録済みと未登録の両方のビーコンのスキャンが可能となります。詳細については、「ビーコンのスキャン」を参照してください。

関連項目