Compartilhar via


GattDeviceService.GetIncludedServicesForUuidAsync Método

Definição

Sobrecargas

GetIncludedServicesForUuidAsync(Guid)

Obtém os serviços incluídos da serviceUuid associada a essa instância gattDeviceService.

GetIncludedServicesForUuidAsync(Guid, BluetoothCacheMode)

Obtém os serviços incluídos da serviceUuid associada a essa instância gattDeviceService.

GetIncludedServicesForUuidAsync(Guid)

Obtém os serviços incluídos da serviceUuid associada a essa instância gattDeviceService.

public:
 virtual IAsyncOperation<GattDeviceServicesResult ^> ^ GetIncludedServicesForUuidAsync(Platform::Guid serviceUuid) = GetIncludedServicesForUuidAsync;
/// [Windows.Foundation.Metadata.Overload("GetIncludedServicesForUuidAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<GattDeviceServicesResult> GetIncludedServicesForUuidAsync(winrt::guid const& serviceUuid);
[Windows.Foundation.Metadata.Overload("GetIncludedServicesForUuidAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<GattDeviceServicesResult> GetIncludedServicesForUuidAsync(Guid serviceUuid);
function getIncludedServicesForUuidAsync(serviceUuid)
Public Function GetIncludedServicesForUuidAsync (serviceUuid As Guid) As IAsyncOperation(Of GattDeviceServicesResult)

Parâmetros

serviceUuid
Guid

Platform::Guid

winrt::guid

Um UUID do Serviço GATT bluetooth de 128 bits, representado como um objeto GUID padrão.

Retornos

Uma operação assíncrona que é concluída com um objeto GattDeviceServicesResult.

Atributos

Requisitos do Windows

Família de dispositivos
Windows 10 Creators Update (introduzida na 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduzida na v4.0)
Funcionalidades do aplicativo
bluetooth

Aplica-se a

GetIncludedServicesForUuidAsync(Guid, BluetoothCacheMode)

Obtém os serviços incluídos da serviceUuid associada a essa instância gattDeviceService.

public:
 virtual IAsyncOperation<GattDeviceServicesResult ^> ^ GetIncludedServicesForUuidAsync(Platform::Guid serviceUuid, BluetoothCacheMode cacheMode) = GetIncludedServicesForUuidAsync;
/// [Windows.Foundation.Metadata.Overload("GetIncludedServicesForUuidWithCacheModeAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<GattDeviceServicesResult> GetIncludedServicesForUuidAsync(winrt::guid const& serviceUuid, BluetoothCacheMode const& cacheMode);
[Windows.Foundation.Metadata.Overload("GetIncludedServicesForUuidWithCacheModeAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<GattDeviceServicesResult> GetIncludedServicesForUuidAsync(Guid serviceUuid, BluetoothCacheMode cacheMode);
function getIncludedServicesForUuidAsync(serviceUuid, cacheMode)
Public Function GetIncludedServicesForUuidAsync (serviceUuid As Guid, cacheMode As BluetoothCacheMode) As IAsyncOperation(Of GattDeviceServicesResult)

Parâmetros

serviceUuid
Guid

Platform::Guid

winrt::guid

Um UUID do Serviço GATT bluetooth de 128 bits, representado como um objeto GUID padrão.

cacheMode
BluetoothCacheMode

O modo de cache.

Retornos

Uma operação assíncrona que é concluída com um objeto GattDeviceServicesResult.

Atributos

Requisitos do Windows

Família de dispositivos
Windows 10 Creators Update (introduzida na 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduzida na v4.0)
Funcionalidades do aplicativo
bluetooth

Aplica-se a