Поделиться через


GattCharacteristic.GetDescriptorsForUuidAsync Метод

Определение

Перегрузки

GetDescriptorsForUuidAsync(Guid)

Возвращает дескрипторы, идентификаторы UUI которых соответствуют descriptorUuid.

GetDescriptorsForUuidAsync(Guid, BluetoothCacheMode)

Возвращает дескрипторы, идентификаторы UUI которых соответствуют descriptorUuid с указанным cacheMode.

GetDescriptorsForUuidAsync(Guid)

Возвращает дескрипторы, идентификаторы UUI которых соответствуют descriptorUuid.

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

Параметры

descriptorUuid
Guid

Platform::Guid

winrt::guid

UUID для извлекаемого дескриптора.

Возвращаемое значение

Асинхронная операция, которая завершается дескрипторами, идентификаторы UUI которых соответствуют descriptorUuid.

Атрибуты

Требования к Windows

Семейство устройств
Windows 10 Creators Update (появилось в 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (появилось в v4.0)
Возможности приложения
bluetooth

Применяется к

GetDescriptorsForUuidAsync(Guid, BluetoothCacheMode)

Возвращает дескрипторы, идентификаторы UUI которых соответствуют descriptorUuid с указанным cacheMode.

public:
 virtual IAsyncOperation<GattDescriptorsResult ^> ^ GetDescriptorsForUuidAsync(Platform::Guid descriptorUuid, BluetoothCacheMode cacheMode) = GetDescriptorsForUuidAsync;
/// [Windows.Foundation.Metadata.Overload("GetDescriptorsForUuidWithCacheModeAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<GattDescriptorsResult> GetDescriptorsForUuidAsync(winrt::guid const& descriptorUuid, BluetoothCacheMode const& cacheMode);
[Windows.Foundation.Metadata.Overload("GetDescriptorsForUuidWithCacheModeAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<GattDescriptorsResult> GetDescriptorsForUuidAsync(Guid descriptorUuid, BluetoothCacheMode cacheMode);
function getDescriptorsForUuidAsync(descriptorUuid, cacheMode)
Public Function GetDescriptorsForUuidAsync (descriptorUuid As Guid, cacheMode As BluetoothCacheMode) As IAsyncOperation(Of GattDescriptorsResult)

Параметры

descriptorUuid
Guid

Platform::Guid

winrt::guid

UUID для извлекаемого дескриптора.

cacheMode
BluetoothCacheMode

Режим кэша.

Возвращаемое значение

Возвращает асинхронную операцию, которая завершается дескрипторов для descriptorUuid.

Атрибуты

Требования к Windows

Семейство устройств
Windows 10 Creators Update (появилось в 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (появилось в v4.0)
Возможности приложения
bluetooth

Применяется к