「System.Beacon.TBeaconError」の版間の差分

提供: RAD Studio API Documentation
移動先: 案内検索
(LOC-22137)
(1版: LOC-22137)
 
(相違点なし)

2016年6月14日 (火) 05:14時点における最新版

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: 未定のエラー

関連項目