Condividi tramite


BluetoothLEDevice.GetGattService(Guid) Metodo

Definizione

Restituisce il servizio GATT con l'ID del servizio specificato.

Importante

L'API GetGattService è deprecata e potrebbe non essere disponibile nelle versioni future di Windows. Usare invece 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

Parametri

serviceUuid
Guid

Platform::Guid

winrt::guid

ID servizio del servizio GATT.

Restituisce

Il servizio GATT rappresentato dall'ID del servizio specificato.

Attributi

Requisiti Windows

Funzionalità dell'app
bluetooth

Si applica a