GattClientCharacteristicConfigurationDescriptorValue Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt den Wert des GATT-ClientCharacteristicConfigurationDescriptor dar.
Gibt den Status des Deskriptors clientcharakteristische Konfiguration an.
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
- Vererbung
-
GattClientCharacteristicConfigurationDescriptorValue
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 (eingeführt in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
|
App-Funktionen |
bluetooth
|
Felder
Indicate | 2 | Charakteristische Hinweise sind aktiviert. |
None | 0 | Weder Benachrichtigungen noch Hinweise sind aktiviert. |
Notify | 1 | Charakteristische Benachrichtigungen sind aktiviert. |