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


BluetoothLEAdvertisementBytePattern Конструкторы

Определение

Перегрузки

BluetoothLEAdvertisementBytePattern()

Создайте новый объект BluetoothLEAdvertisementBytePattern .

BluetoothLEAdvertisementBytePattern(Byte, Int16, IBuffer)

Создайте новый объект BluetoothLEAdvertisementBytePattern с типом данных объявления для сопоставления, шаблоном байтов рекламных данных для сопоставления и смещением шаблона байтов от начала раздела рекламных данных.

BluetoothLEAdvertisementBytePattern()

Создайте новый объект BluetoothLEAdvertisementBytePattern .

public:
 BluetoothLEAdvertisementBytePattern();
 BluetoothLEAdvertisementBytePattern();
public BluetoothLEAdvertisementBytePattern();
function BluetoothLEAdvertisementBytePattern()
Public Sub New ()

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

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

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

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

BluetoothLEAdvertisementBytePattern(Byte, Int16, IBuffer)

Создайте новый объект BluetoothLEAdvertisementBytePattern с типом данных объявления для сопоставления, шаблоном байтов рекламных данных для сопоставления и смещением шаблона байтов от начала раздела рекламных данных.

public:
 BluetoothLEAdvertisementBytePattern(byte dataType, short offset, IBuffer ^ data);
 BluetoothLEAdvertisementBytePattern(byte const& dataType, short const& offset, IBuffer const& data);
public BluetoothLEAdvertisementBytePattern(byte dataType, short offset, IBuffer data);
function BluetoothLEAdvertisementBytePattern(dataType, offset, data)
Public Sub New (dataType As Byte, offset As Short, data As IBuffer)

Параметры

dataType
Byte

byte

Тип данных объявления Bluetooth LE для сопоставления.

offset
Int16

short

Смещение шаблона байтов от начала раздела данных объявления.

data
IBuffer

Шаблон байтов данных объявления Bluetooth LE для сопоставления.

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

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

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

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