BluetoothLEAdvertisementDataSection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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()
Creates a new BluetoothLEAdvertisementDataSection object.
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
|