BluetoothLEDevice.GetGattServicesForUuidAsync 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
GetGattServicesForUuidAsync(Guid) |
Retourne le GattDeviceServices pour l’appareil Bluetooth LowEnergy avec l’UUID spécifié. |
GetGattServicesForUuidAsync(Guid, BluetoothCacheMode) |
Retourne le GattDeviceServices pour l’appareil Bluetooth LowEnergy avec l’UUID spécifié. |
GetGattServicesForUuidAsync(Guid)
Retourne le GattDeviceServices pour l’appareil Bluetooth LowEnergy avec l’UUID spécifié.
public:
virtual IAsyncOperation<GattDeviceServicesResult ^> ^ GetGattServicesForUuidAsync(Platform::Guid serviceUuid) = GetGattServicesForUuidAsync;
/// [Windows.Foundation.Metadata.Overload("GetGattServicesForUuidAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<GattDeviceServicesResult> GetGattServicesForUuidAsync(winrt::guid const& serviceUuid);
[Windows.Foundation.Metadata.Overload("GetGattServicesForUuidAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<GattDeviceServicesResult> GetGattServicesForUuidAsync(Guid serviceUuid);
function getGattServicesForUuidAsync(serviceUuid)
Public Function GetGattServicesForUuidAsync (serviceUuid As Guid) As IAsyncOperation(Of GattDeviceServicesResult)
Paramètres
- serviceUuid
-
Guid
Platform::Guid
winrt::guid
UUID de service.
Retours
- 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
|
Remarques
Retourne une opération asynchrone qui se termine avec un Objet GattDeviceServicesResult.
S’applique à
GetGattServicesForUuidAsync(Guid, BluetoothCacheMode)
Retourne le GattDeviceServices pour l’appareil Bluetooth LowEnergy avec l’UUID spécifié.
public:
virtual IAsyncOperation<GattDeviceServicesResult ^> ^ GetGattServicesForUuidAsync(Platform::Guid serviceUuid, BluetoothCacheMode cacheMode) = GetGattServicesForUuidAsync;
/// [Windows.Foundation.Metadata.Overload("GetGattServicesForUuidWithCacheModeAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<GattDeviceServicesResult> GetGattServicesForUuidAsync(winrt::guid const& serviceUuid, BluetoothCacheMode const& cacheMode);
[Windows.Foundation.Metadata.Overload("GetGattServicesForUuidWithCacheModeAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<GattDeviceServicesResult> GetGattServicesForUuidAsync(Guid serviceUuid, BluetoothCacheMode cacheMode);
function getGattServicesForUuidAsync(serviceUuid, cacheMode)
Public Function GetGattServicesForUuidAsync (serviceUuid As Guid, cacheMode As BluetoothCacheMode) As IAsyncOperation(Of GattDeviceServicesResult)
Paramètres
- serviceUuid
-
Guid
Platform::Guid
winrt::guid
UUID de service.
- cacheMode
- BluetoothCacheMode
Mode cache.
Retours
Retourne une 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
|