Partager via


BluetoothLEDevice.GetGattServicesAsync Méthode

Définition

Surcharges

GetGattServicesAsync()

Obtient le GattDeviceServices pour cet appareil Bluetooth LowEnergy.

GetGattServicesAsync(BluetoothCacheMode)

Retourne le GattDeviceServices pour cet appareil Bluetooth LowEnergy avec le mode de cache spécifié.

GetGattServicesAsync()

Obtient le GattDeviceServices pour cet appareil Bluetooth LowEnergy.

public:
 virtual IAsyncOperation<GattDeviceServicesResult ^> ^ GetGattServicesAsync() = GetGattServicesAsync;
/// [Windows.Foundation.Metadata.Overload("GetGattServicesAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<GattDeviceServicesResult> GetGattServicesAsync();
[Windows.Foundation.Metadata.Overload("GetGattServicesAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<GattDeviceServicesResult> GetGattServicesAsync();
function getGattServicesAsync()
Public Function GetGattServicesAsync () As IAsyncOperation(Of GattDeviceServicesResult)

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

S’applique à

GetGattServicesAsync(BluetoothCacheMode)

Retourne le GattDeviceServices pour cet appareil Bluetooth LowEnergy avec le mode de cache spécifié.

public:
 virtual IAsyncOperation<GattDeviceServicesResult ^> ^ GetGattServicesAsync(BluetoothCacheMode cacheMode) = GetGattServicesAsync;
/// [Windows.Foundation.Metadata.Overload("GetGattServicesWithCacheModeAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<GattDeviceServicesResult> GetGattServicesAsync(BluetoothCacheMode const& cacheMode);
[Windows.Foundation.Metadata.Overload("GetGattServicesWithCacheModeAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<GattDeviceServicesResult> GetGattServicesAsync(BluetoothCacheMode cacheMode);
function getGattServicesAsync(cacheMode)
Public Function GetGattServicesAsync (cacheMode As BluetoothCacheMode) As IAsyncOperation(Of GattDeviceServicesResult)

Paramètres

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

S’applique à