BluetoothLEAdvertisementWatcherStatus Enumeración

Definición

Representa los posibles estados del 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
Herencia
BluetoothLEAdvertisementWatcherStatus
Atributos

Requisitos de Windows

Familia de dispositivos
Windows 10 (se introdujo en la versión 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v1.0)
Características de aplicaciones
bluetooth

Campos

Aborted 4

Error durante la transición o examen que detuvo el monitor debido a un error.

Created 0

Estado inicial del monitor.

Started 1

Se inicia el monitor.

Stopped 3

El monitor está detenido.

Stopping 2

Se emitió el comando watcher stop.

Se aplica a

Consulte también