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

启用特征通知。

适用于