BluetoothLEAdvertisementDataSection Costruttori

Definizione

Overload

BluetoothLEAdvertisementDataSection()

Crea un nuovo oggetto BluetoothLEAdvertisementDataSection .

BluetoothLEAdvertisementDataSection(Byte, IBuffer)

Crea un nuovo oggetto BluetoothLEAdvertisementDataSection con il tipo di dati dell'annuncio Bluetooth LE e il payload.

BluetoothLEAdvertisementDataSection()

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

Requisiti Windows

Funzionalità dell'app
bluetooth

Vedi anche

Si applica a

BluetoothLEAdvertisementDataSection(Byte, IBuffer)

Crea un nuovo oggetto BluetoothLEAdvertisementDataSection con il tipo di dati dell'annuncio Bluetooth LE e il 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)

Parametri

dataType
Byte

byte

Tipo di dati dell'annuncio Bluetooth LE come definito dal Gruppo di interesse speciale Bluetooth (SIG).

data
IBuffer

Payload dei dati dell'annuncio Bluetooth LE.

Requisiti Windows

Funzionalità dell'app
bluetooth

Si applica a