Freigeben über


GattCharacteristic.GetDescriptors(Guid) Methode

Definition

Gibt einen Vektor von Deskriptoren zurück, die durch die angegebene UUID identifiziert werden und zu diesem GattCharacteristic-instance gehören.

Wichtig

Die GetDescriptors-API ist veraltet und in zukünftigen Versionen von Windows möglicherweise nicht verfügbar. Verwenden Sie stattdessen GetDescriptorsForUuidAsync.

public:
 virtual IVectorView<GattDescriptor ^> ^ GetDescriptors(Platform::Guid descriptorUuid) = GetDescriptors;
IVectorView<GattDescriptor> GetDescriptors(winrt::guid const& descriptorUuid);
/// [Windows.Foundation.Metadata.Deprecated("Use GetDescriptorsForUuidAsync instead of GetDescriptors.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
IVectorView<GattDescriptor> GetDescriptors(winrt::guid const& descriptorUuid);
public IReadOnlyList<GattDescriptor> GetDescriptors(Guid descriptorUuid);
[Windows.Foundation.Metadata.Deprecated("Use GetDescriptorsForUuidAsync instead of GetDescriptors.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public IReadOnlyList<GattDescriptor> GetDescriptors(Guid descriptorUuid);
function getDescriptors(descriptorUuid)
Public Function GetDescriptors (descriptorUuid As Guid) As IReadOnlyList(Of GattDescriptor)

Parameter

descriptorUuid
Guid

Platform::Guid

winrt::guid

Die UUID für die abzurufenden Deskriptoren.

Gibt zurück

Ein Vektor von Deskriptoren, deren UUIDs mit descriptorUuid übereinstimmen.

Attribute

Windows-Anforderungen

App-Funktionen
bluetooth

Gilt für: