BluetoothLEAdvertisementWatcherStatus Enumerazione

Definizione

Rappresenta gli stati possibili di 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
Ereditarietà
BluetoothLEAdvertisementWatcherStatus
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)
Funzionalità dell'app
bluetooth

Campi

Aborted 4

Si è verificato un errore durante la transizione o l'analisi che ha arrestato il watcher a causa di un errore.

Created 0

Stato iniziale del watcher.

Started 1

Viene avviato il watcher.

Stopped 3

Il watcher viene arrestato.

Stopping 2

È stato eseguito il comando watcher stop.

Si applica a

Vedi anche