BluetoothLEAdvertisementWatcherStatus 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
BluetoothLEAdvertisementWatcher の考えられる状態を表します。
public enum class BluetoothLEAdvertisementWatcherStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class BluetoothLEAdvertisementWatcherStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum BluetoothLEAdvertisementWatcherStatus
var value = Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementWatcherStatus.created
Public Enum BluetoothLEAdvertisementWatcherStatus
- 継承
-
BluetoothLEAdvertisementWatcherStatus
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
アプリの機能 |
bluetooth
|
フィールド
Aborted | 4 | 切り替え中またはスキャン中にエラーが発生し、エラーが原因でウォッチャーが停止しました。 |
Created | 0 | ウォッチャーの初期状態。 |
Started | 1 | ウォッチャーが起動します。 |
Stopped | 3 | ウォッチャーが停止しています。 |
Stopping | 2 | ウォッチャー停止コマンドが発行されました。 |