GattReadClientCharacteristicConfigurationDescriptorResult クラス

定義

GATT クライアントの CharacteristicConfigurationClientDescriptor 値を読み取った結果を表します。

public ref class GattReadClientCharacteristicConfigurationDescriptorResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class GattReadClientCharacteristicConfigurationDescriptorResult final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class GattReadClientCharacteristicConfigurationDescriptorResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class GattReadClientCharacteristicConfigurationDescriptorResult
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class GattReadClientCharacteristicConfigurationDescriptorResult
Public NotInheritable Class GattReadClientCharacteristicConfigurationDescriptorResult
継承
Object Platform::Object IInspectable GattReadClientCharacteristicConfigurationDescriptorResult
属性

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

注釈

ReadClientCharacteristicConfigurationDescriptorAsync メソッドは、GattReadClientCharacteristicConfigurationDescriptorResult オブジェクトを取得するために使用されます。

返される GattReadClientCharacteristicConfigurationDescriptorResult の Status プロパティは、操作の結果が成功したかどうかを示します。

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
1703 15063 ProtocolError

プロパティ

ClientCharacteristicConfigurationDescriptor

非同期読み取り操作の結果を取得します。

ProtocolError

プロトコル エラーを取得します。

Status

非同期操作の状態を取得します。

適用対象

こちらもご覧ください