共用方式為


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

啟用特性通知。

適用於