GattClientCharacteristicConfigurationDescriptorValue Enumerazione

Definizione

Rappresenta il valore di GATT ClientCharacteristicConfigurationDescriptor.

Indica lo stato del descrittore configurazione caratteristica client.

public enum class GattClientCharacteristicConfigurationDescriptorValue
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class GattClientCharacteristicConfigurationDescriptorValue
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum GattClientCharacteristicConfigurationDescriptorValue
var value = Windows.Devices.Bluetooth.GenericAttributeProfile.GattClientCharacteristicConfigurationDescriptorValue.none
Public Enum GattClientCharacteristicConfigurationDescriptorValue
Ereditarietà
GattClientCharacteristicConfigurationDescriptorValue
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

Indicate 2

Le indicazioni caratteristiche sono abilitate.

None 0

Né le notifiche né le indicazioni sono abilitate.

Notify 1

Le notifiche di caratteristica sono abilitate.

Si applica a