Partager via


GattDeviceService.GetCharacteristics(Guid) Méthode

Définition

Retourne un vecteur de caractéristiques, qui sont identifiées par l’UUID spécifié et qui appartiennent à ce instance GattDeviceService.

Important

L’API GetCharacteristics est déconseillée et peut ne pas être disponible dans les versions futures de Windows. Utilisez plutôt GetCharacteristicsForUuidAsync.

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

Paramètres

characteristicUuid
Guid

Platform::Guid

winrt::guid

UUID pour les caractéristiques à récupérer.

Retours

Vecteur d’objets GattCharacteristic dont les UUID correspondent à la caractéristiqueUuid.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

Remarques

Une seule application peut accéder à un seul service. Si une application a inscrit un déclencheur de notification GATT, cette méthode lève une exception pour toutes les autres applications qui appellent par la suite cette API.

S’applique à