BluetoothLEAdvertisementDataSection Constructeurs

Définition

Surcharges

BluetoothLEAdvertisementDataSection()

Crée un objet BluetoothLEAdvertisementDataSection .

BluetoothLEAdvertisementDataSection(Byte, IBuffer)

Crée un objet BluetoothLEAdvertisementDataSection avec le type de données de publication Bluetooth LE et la charge utile.

BluetoothLEAdvertisementDataSection()

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

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

Voir aussi

S’applique à

BluetoothLEAdvertisementDataSection(Byte, IBuffer)

Crée un objet BluetoothLEAdvertisementDataSection avec le type de données de publication Bluetooth LE et la charge utile.

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)

Paramètres

dataType
Byte

byte

Type de données de publication Bluetooth LE tel que défini par le Bluetooth Special Interest Group (SIG).

data
IBuffer

Charge utile des données de publication Bluetooth LE.

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

S’applique à