BluetoothLEAdvertisementPublisherStatus 列舉

定義

代表 BluetoothLEAdvertisementPublisher的可能狀態。

public enum class BluetoothLEAdvertisementPublisherStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class BluetoothLEAdvertisementPublisherStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum BluetoothLEAdvertisementPublisherStatus
var value = Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementPublisherStatus.created
Public Enum BluetoothLEAdvertisementPublisherStatus
繼承
BluetoothLEAdvertisementPublisherStatus
屬性

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 5

發行者因為錯誤而中止。

Created 0

發行者的初始狀態。

Started 2

發行者正在提供服務,並已開始廣告。

Stopped 4

發行者已停止廣告。

Stopping 3

發行者已發出 stop 命令。

Waiting 1

發行者正在等候取得服務時間。

適用於

另請參閱