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


GattCharacteristic.GetDescriptors(Guid) Метод

Определение

Возвращает вектор дескрипторов, которые идентифицируются указанным UUID и принадлежат этому экземпляру GattCharacteristic.

Важно!

API GetDescriptors не рекомендуется использовать и может быть недоступен в будущих версиях Windows. Вместо этого используйте GetDescriptorsForUuidAsync.

public:
 virtual IVectorView<GattDescriptor ^> ^ GetDescriptors(Platform::Guid descriptorUuid) = GetDescriptors;
IVectorView<GattDescriptor> GetDescriptors(winrt::guid const& descriptorUuid);
/// [Windows.Foundation.Metadata.Deprecated("Use GetDescriptorsForUuidAsync instead of GetDescriptors.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
IVectorView<GattDescriptor> GetDescriptors(winrt::guid const& descriptorUuid);
public IReadOnlyList<GattDescriptor> GetDescriptors(Guid descriptorUuid);
[Windows.Foundation.Metadata.Deprecated("Use GetDescriptorsForUuidAsync instead of GetDescriptors.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public IReadOnlyList<GattDescriptor> GetDescriptors(Guid descriptorUuid);
function getDescriptors(descriptorUuid)
Public Function GetDescriptors (descriptorUuid As Guid) As IReadOnlyList(Of GattDescriptor)

Параметры

descriptorUuid
Guid

Platform::Guid

winrt::guid

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

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

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

Атрибуты

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

Возможности приложения
bluetooth

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