BluetoothLEAdvertisementDataSection Constructors

Definition

Overloads

BluetoothLEAdvertisementDataSection()

Creates a new BluetoothLEAdvertisementDataSection object.

BluetoothLEAdvertisementDataSection(Byte, IBuffer)

Creates a new BluetoothLEAdvertisementDataSection object with the Bluetooth LE advertisement data type and the payload.

BluetoothLEAdvertisementDataSection()

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

Windows requirements

App capabilities
bluetooth

See also

Applies to

BluetoothLEAdvertisementDataSection(Byte, IBuffer)

Creates a new BluetoothLEAdvertisementDataSection object with the Bluetooth LE advertisement data type and the payload.

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)

Parameters

dataType
Byte

byte

The Bluetooth LE advertisement data type as defined by the Bluetooth Special Interest Group (SIG).

data
IBuffer

The Bluetooth LE advertisement data payload.

Windows requirements

App capabilities
bluetooth

Applies to