GattReadClientCharacteristicConfigurationDescriptorResult Klasse

Definition

Stellt das Ergebnis des Lesens eines GATT-Client CharacteristicConfigurationClientDescriptor-Werts dar.

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
Vererbung
Object Platform::Object IInspectable GattReadClientCharacteristicConfigurationDescriptorResult
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
App-Funktionen
bluetooth

Hinweise

Die ReadClientCharacteristicConfigurationDescriptorAsync-Methode wird verwendet, um ein GattReadClientCharacteristicConfigurationDescriptorResult-Objekt abzurufen.

Die Status-Eigenschaft für das zurückgegebene GattReadClientCharacteristicConfigurationDescriptorResult gibt an, ob das Ergebnis des Vorgangs erfolgreich war.

Versionsverlauf

Windows-Version SDK-Version Mehrwert
1703 15063 ProtocolError

Eigenschaften

ClientCharacteristicConfigurationDescriptor

Ruft das Ergebnis eines asynchronen Lesevorgangs ab.

ProtocolError

Ruft den Protokollfehler ab.

Status

Ruft die status eines asynchronen Vorgangs ab.

Gilt für:

Weitere Informationen