次の方法で共有


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

パブリッシャーが停止コマンドを発行しました。

Waiting 1

パブリッシャーはサービス時間の取得を待機しています。

適用対象

こちらもご覧ください