Condividi tramite


GattDeviceService.GetAllCharacteristics Metodo

Definizione

Ottiene la raccolta di tutte le caratteristiche appartenenti a questa istanza gattDeviceService.

Importante

L'API GetAllCharacteristics è deprecata e potrebbe non essere disponibile nelle versioni future di Windows. Usare invece GetCharacteristicsAsync.

public:
 virtual IVectorView<GattCharacteristic ^> ^ GetAllCharacteristics() = GetAllCharacteristics;
IVectorView<GattCharacteristic> GetAllCharacteristics();
/// [Windows.Foundation.Metadata.Deprecated("Use GetCharacteristicsAsync instead of GetAllCharacteristics.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
IVectorView<GattCharacteristic> GetAllCharacteristics();
public IReadOnlyList<GattCharacteristic> GetAllCharacteristics();
[Windows.Foundation.Metadata.Deprecated("Use GetCharacteristicsAsync instead of GetAllCharacteristics.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public IReadOnlyList<GattCharacteristic> GetAllCharacteristics();
function getAllCharacteristics()
Public Function GetAllCharacteristics () As IReadOnlyList(Of GattCharacteristic)

Restituisce

Raccolta di tutte le caratteristiche appartenenti a questa istanza gattDeviceService.

Attributi

Requisiti Windows

Funzionalità dell'app
bluetooth

Si applica a