Partager via


BluetoothLEDevice.GetGattService(Guid) Méthode

Définition

Retourne le service GATT avec l’ID de service donné.

Important

L’API GetGattService est déconseillée et peut ne pas être disponible dans les versions ultérieures de Windows. Utilisez plutôt GetGattServicesAsync.

public:
 virtual GattDeviceService ^ GetGattService(Platform::Guid serviceUuid) = GetGattService;
GattDeviceService GetGattService(winrt::guid const& serviceUuid);
/// [Windows.Foundation.Metadata.Deprecated("Use GetGattServicesForUuidAsync instead of GetGattService.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
GattDeviceService GetGattService(winrt::guid const& serviceUuid);
public GattDeviceService GetGattService(Guid serviceUuid);
[Windows.Foundation.Metadata.Deprecated("Use GetGattServicesForUuidAsync instead of GetGattService.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public GattDeviceService GetGattService(Guid serviceUuid);
function getGattService(serviceUuid)
Public Function GetGattService (serviceUuid As Guid) As GattDeviceService

Paramètres

serviceUuid
Guid

Platform::Guid

winrt::guid

ID de service du service GATT.

Retours

Service GATT représenté par l’ID de service donné.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

S’applique à