共用方式為


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

已發出監看員停止命令。

適用於

另請參閱