System.Beacon.TBeaconError

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

Delphi

TBeaconError = (IncorrectTxPower, Indefinite);

C++

enum DECLSPEC_DENUM TBeaconError : unsigned char { IncorrectTxPower, Indefinite };

プロパティ

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


説明

TBeaconError は、ビーコン エラー イベントのエラー タイプのリストを定義します。

エラー タイプ:

  • IncorrectTxPowerTxPower(ビーコン トランスミッタの電力伝達)の負の値
  • Indefinite: 未定のエラー

関連項目