BluetoothLEAdvertisementWatcherStatus Enumerazione
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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. |