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 | 特性では、応答なしの書き込みがサポートされます |