GattReadClientCharacteristicConfigurationDescriptorResult 클래스

정의

GATT 클라이언트 특성구성ClientDescriptor 값을 읽은 결과를 나타냅니다.

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

비동기 작업의 상태 가져옵니다.

적용 대상

추가 정보