다음을 통해 공유


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

게시자가 서비스 시간을 얻기 위해 기다리고 있습니다.

적용 대상

추가 정보