「System.Beacon.TBeaconError」の版間の差分
(ページの作成:「{{#lst:API:System.Beacon.TBeaconError|api}} ==説明== {{#lsth:API:System.Beacon.TBeaconError|説明}}」) |
(LOC-22137) |
||
| 1行目: | 1行目: | ||
{{#lst:API:System.Beacon.TBeaconError|api}} | {{#lst:API:System.Beacon.TBeaconError|api}} | ||
| + | |||
==説明== | ==説明== | ||
| − | + | ||
| + | <section begin="short" /> | ||
| + | [[System.Beacon.TBeaconError|TBeaconError]] は、[[System.Beacon.TBeaconErrorEvent|ビーコン エラー イベント]]のエラー タイプのリストを定義します。<section end="short" /> | ||
| + | |||
| + | エラー タイプ: | ||
| + | |||
| + | * <code>IncorrectTxPower</code>: [[System.Beacon.TBeaconInfo.TxPower|TxPower]](ビーコン トランスミッタの電力伝達)の負の値 | ||
| + | * <code>Indefinite</code>: 未定のエラー | ||
| + | |||
| + | ===関連項目=== | ||
| + | |||
| + | * [[System.Beacon.TBeaconErrorEvent|System.Beacon.TBeaconErrorEvent]] | ||
| + | * [[System.Beacon.TBeaconManager.OnBeaconError|System.Beacon.TBeaconManager.OnBeaconError]] | ||
| + | |||
| + | [[Category:API ドキュメント]] | ||
| + | [[Category:Berlin]] | ||
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 は、ビーコン エラー イベントのエラー タイプのリストを定義します。
エラー タイプ:
IncorrectTxPower: TxPower(ビーコン トランスミッタの電力伝達)の負の値Indefinite: 未定のエラー