Partager via


GattCharacteristic.GetDescriptors(Guid) Méthode

Définition

Retourne un vecteur de descripteurs, qui sont identifiés par l’UUID spécifié et qui appartiennent à ce instance GattCharacteristic.

Important

L’API GetDescriptors est déconseillée et peut ne pas être disponible dans les versions futures de Windows. Utilisez plutôt 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)

Paramètres

descriptorUuid
Guid

Platform::Guid

winrt::guid

UUID pour les descripteurs à récupérer.

Retours

Vecteur de descripteurs dont les UUID correspondent au descripteurUuid.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

S’applique à