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


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

Определение

Перегрузки

BluetoothLEAdvertisementDataSection()

Создает объект BluetoothLEAdvertisementDataSection .

BluetoothLEAdvertisementDataSection(Byte, IBuffer)

Создает объект BluetoothLEAdvertisementDataSection с типом данных объявления Bluetooth LE и полезными данными.

BluetoothLEAdvertisementDataSection()

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

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

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

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

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

BluetoothLEAdvertisementDataSection(Byte, IBuffer)

Создает объект BluetoothLEAdvertisementDataSection с типом данных объявления Bluetooth LE и полезными данными.

public:
 BluetoothLEAdvertisementDataSection(byte dataType, IBuffer ^ data);
 BluetoothLEAdvertisementDataSection(byte const& dataType, IBuffer const& data);
public BluetoothLEAdvertisementDataSection(byte dataType, IBuffer data);
function BluetoothLEAdvertisementDataSection(dataType, data)
Public Sub New (dataType As Byte, data As IBuffer)

Параметры

dataType
Byte

byte

Тип данных объявления Bluetooth LE, определенный в группе специальных интересов Bluetooth (SIG).

data
IBuffer

Полезные данные объявления Bluetooth LE.

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

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

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