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

特性通知が有効になっています。

適用対象