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


BluetoothLEAdvertisementFilter.BytePatterns Свойство

Определение

Возвращает вектор шаблонов байтов со смещениями для сопоставления разделов рекламы в полученном объявлении Bluetooth LE.

public:
 property IVector<BluetoothLEAdvertisementBytePattern ^> ^ BytePatterns { IVector<BluetoothLEAdvertisementBytePattern ^> ^ get(); };
IVector<BluetoothLEAdvertisementBytePattern> BytePatterns();
public IList<BluetoothLEAdvertisementBytePattern> BytePatterns { get; }
var iVector = bluetoothLEAdvertisementFilter.bytePatterns;
Public ReadOnly Property BytePatterns As IList(Of BluetoothLEAdvertisementBytePattern)

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

Вектор шаблонов байтов со смещениями для сопоставления разделов рекламы в полученном объявлении Bluetooth LE.

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

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

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

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