Freigeben über


GattDeviceService.GetCharacteristics(Guid) Methode

Definition

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

Wichtig

Die GetCharacteristics-API ist veraltet und in zukünftigen Versionen von Windows möglicherweise nicht verfügbar. Verwenden Sie stattdessen 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)

Parameter

characteristicUuid
Guid

Platform::Guid

winrt::guid

Die UUID für die abzurufenden Merkmale.

Gibt zurück

Ein Vektor von GattCharacteristic-Objekten, deren UUIDs mit characteristicUuid übereinstimmen.

Attribute

Windows-Anforderungen

App-Funktionen
bluetooth

Hinweise

Nur eine einzelne App kann auf einen einzelnen Dienst zugreifen. Wenn eine App einen GATT-Benachrichtigungstrigger registriert hat, löst diese Methode eine Ausnahme für alle anderen Apps aus, die diese API anschließend unter sub aufrufen.

Gilt für: