BluetoothLEAdvertisementWatcherStatus Énumération

Définition

Représente les états possibles de 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
Héritage
BluetoothLEAdvertisementWatcherStatus
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
Fonctionnalités de l’application
bluetooth

Champs

Aborted 4

Une erreur s’est produite pendant la transition ou l’analyse qui a arrêté l’observateur en raison d’une erreur.

Created 0

Status initial de l’observateur.

Started 1

L’observateur est démarré.

Stopped 3

L’observateur est arrêté.

Stopping 2

La commande d’arrêt de l’observateur a été émise.

S’applique à

Voir aussi