GattCharacteristicProperties 枚举

定义

指定 GATT 特征属性以及 GATT 扩展特征属性描述符的值。

提供表示 GATT 特征属性的标志集合,如果 GATT 扩展属性描述符存在特征的 GATT 扩展特征属性,则提供标志集合。

表示 GATT 配置文件定义的 GATT 特征属性,如果存在 ExtendedProperties 标志,则它还表示扩展特征属性描述符的属性。

此枚举支持其成员值的按位组合。

public enum class GattCharacteristicProperties
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class GattCharacteristicProperties
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum GattCharacteristicProperties
var value = Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicProperties.none
Public Enum GattCharacteristicProperties
继承
GattCharacteristicProperties
属性

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

字段

AuthenticatedSignedWrites 64

特征支持有符号写入

Broadcast 1

特征支持广播

ExtendedProperties 128

ExtendedProperties 描述符存在

Indicate 32

特征是可指示的

None 0

该特征没有任何适用的属性。

Notify 16

特征是可开具的

Read 2

特征是可读的

ReliableWrites 256

该特征支持可靠写入

WritableAuxiliaries 512

特征具有可写辅助

Write 8

特征是可写的

WriteWithoutResponse 4

特征支持无响应写入

适用于