Freigeben über


BluetoothLEDevice.GetGattService(Guid) Methode

Definition

Gibt den GATT-Dienst mit der angegebenen Dienst-ID zurück.

Wichtig

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

Parameter

serviceUuid
Guid

Platform::Guid

winrt::guid

Die Dienst-ID des GATT-Diensts.

Gibt zurück

Der GATT-Dienst, der durch die angegebene Dienst-ID dargestellt wird.

Attribute

Windows-Anforderungen

App-Funktionen
bluetooth

Gilt für: