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


BluetoothLEAdvertisement.GetSectionsByType(Byte) Метод

Определение

Возвращает список разделов данных объявления, которые соответствуют заданному типу раздела объявления в BluetoothLEAdvertisement.

public:
 virtual IVectorView<BluetoothLEAdvertisementDataSection ^> ^ GetSectionsByType(byte type) = GetSectionsByType;
IVectorView<BluetoothLEAdvertisementDataSection> GetSectionsByType(byte const& type);
public IReadOnlyList<BluetoothLEAdvertisementDataSection> GetSectionsByType(byte type);
function getSectionsByType(type)
Public Function GetSectionsByType (type As Byte) As IReadOnlyList(Of BluetoothLEAdvertisementDataSection)

Параметры

type
Byte

byte

Тип раздела объявления

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

Вектор всех объектов BluetoothLEAdvertisementDataSection , соответствующих заданному типу объявления. Этот метод возвращает пустой список, если в полезных данных нет таких разделов.

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

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

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

См. также раздел