次の方法で共有


BluetoothLEAdvertisementWatcherStatus 列挙型

定義

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

ウォッチャー停止コマンドが発行されました。

適用対象

こちらもご覧ください