GattDeviceService.GetCharacteristics(Guid) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un vettore di caratteristiche, identificato dall'UUID specificato e appartenente a questa istanza di GattDeviceService.
Importante
L'API GetCharacteristics è deprecata e potrebbe non essere disponibile nelle versioni future di Windows. Usare invece 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)
Parametri
- characteristicUuid
-
Guid
Platform::Guid
winrt::guid
UUID per le caratteristiche da recuperare.
Restituisce
Vettore di oggetti GattCharacteristic i cui UUID corrispondono a characteristicUuid.
- Attributi
Requisiti Windows
Funzionalità dell'app |
bluetooth
|
Commenti
Solo una singola app può accedere a un singolo servizio. Se un'app ha registrato un trigger di notifica GATT, questo metodo genererà un'eccezione per tutte le altre app che successivamente chiamano questa API.