GattSharingMode 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この列挙は GATT 共有モードを表します。
public enum class GattSharingMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class GattSharingMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum GattSharingMode
var value = Windows.Devices.Bluetooth.GenericAttributeProfile.GattSharingMode.unspecified
Public Enum GattSharingMode
- 継承
-
GattSharingMode
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 Creators Update (10.0.15063.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0 で導入)
|
アプリの機能 |
bluetooth
|
フィールド
Exclusive | 1 | 共有モードは排他的です。 |
SharedReadAndWrite | 3 | 共有モードは読み取りと書き込みです。 |
SharedReadOnly | 2 | 共有モードは読み取り専用です。 |
Unspecified | 0 | 共有モードは指定されていません。 |