Partager via


GattDeviceService.GetAllCharacteristics Méthode

Définition

Obtient la collection de toutes les caractéristiques appartenant à ce instance GattDeviceService.

Important

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

Retours

Collection de toutes les caractéristiques appartenant à cette instance GattDeviceService.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

S’applique à