GattDeviceService.GetIncludedServicesForUuidAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetIncludedServicesForUuidAsync(Guid) |
Obtient les services inclus à partir du serviceUuid associé à cette instance GattDeviceService. |
GetIncludedServicesForUuidAsync(Guid, BluetoothCacheMode) |
Obtient les services inclus à partir du serviceUuid associé à cette instance GattDeviceService. |
GetIncludedServicesForUuidAsync(Guid)
Obtient les services inclus à partir du serviceUuid associé à cette instance 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)
Paramètres
- serviceUuid
-
Guid
Platform::Guid
winrt::guid
UUID du service GATT Bluetooth 128 bits, représenté sous la forme d’un objet GUID standard.
Retours
Opération asynchrone qui se termine avec un objet GattDeviceServicesResult.
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Creators Update (introduit dans 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v4.0)
|
Fonctionnalités de l’application |
bluetooth
|
S’applique à
GetIncludedServicesForUuidAsync(Guid, BluetoothCacheMode)
Obtient les services inclus à partir du serviceUuid associé à cette instance 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)
Paramètres
- serviceUuid
-
Guid
Platform::Guid
winrt::guid
UUID du service GATT Bluetooth 128 bits, représenté sous la forme d’un objet GUID standard.
- cacheMode
- BluetoothCacheMode
Mode cache.
Retours
Opération asynchrone qui se termine avec un objet GattDeviceServicesResult.
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Creators Update (introduit dans 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v4.0)
|
Fonctionnalités de l’application |
bluetooth
|