GattClientCharacteristicConfigurationDescriptorValue Перечисление

Определение

Представляет значение GATT ClientCharacteristicConfigurationDescriptor.

Указывает состояние дескриптора конфигурации параметров клиента.

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
Наследование
GattClientCharacteristicConfigurationDescriptorValue
Атрибуты

Требования к Windows

Семейство устройств
Windows 10 (появилось в 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (появилось в v1.0)
Возможности приложения
bluetooth

Поля

Indicate 2

Признаки характеристики включены.

None 0

Уведомления и указания не включены.

Notify 1

Уведомления о характеристиках включены.

Применяется к