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
|