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


GattDescriptorsResult.Descriptors Свойство

Определение

Возвращает вектор дескрипторов GATT.

public:
 property IVectorView<GattDescriptor ^> ^ Descriptors { IVectorView<GattDescriptor ^> ^ get(); };
IVectorView<GattDescriptor> Descriptors();
public IReadOnlyList<GattDescriptor> Descriptors { get; }
var iVectorView = gattDescriptorsResult.descriptors;
Public ReadOnly Property Descriptors As IReadOnlyList(Of GattDescriptor)

Значение свойства

Вектор дескрипторов GATT.

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

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

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