GattCharacteristicProperties 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定 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 | 特性支援不具回應的寫入 |