Compartilhar via


BluetoothLEAdvertisementPublisherStatus Enumeração

Definição

Representa os possíveis estados do 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
Herança
BluetoothLEAdvertisementPublisherStatus
Atributos

Requisitos do Windows

Família de dispositivos
Windows 10 (introduzida na 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduzida na v1.0)
Funcionalidades do aplicativo
bluetooth

Campos

Aborted 5

O publicador foi anulado devido a um erro.

Created 0

O status inicial do publicador.

Started 2

O editor está sendo atendido e começou a anunciar.

Stopped 4

O editor parou de anunciar.

Stopping 3

O editor recebeu um comando stop.

Waiting 1

O editor está esperando para obter o tempo de serviço.

Aplica-se a

Confira também