Compartir a través de


BluetoothLEAdvertisementDataSection Constructores

Definición

Sobrecargas

BluetoothLEAdvertisementDataSection()

Crea un nuevo objeto BluetoothLEAdvertisementDataSection .

BluetoothLEAdvertisementDataSection(Byte, IBuffer)

Crea un nuevo objeto BluetoothLEAdvertisementDataSection con el tipo de datos de anuncio bluetooth LE y la carga útil.

BluetoothLEAdvertisementDataSection()

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

Requisitos de Windows

Características de aplicaciones
bluetooth

Consulte también

Se aplica a

BluetoothLEAdvertisementDataSection(Byte, IBuffer)

Crea un nuevo objeto BluetoothLEAdvertisementDataSection con el tipo de datos de anuncio bluetooth LE y la carga útil.

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)

Parámetros

dataType
Byte

byte

El tipo de datos del anuncio bluetooth LE tal y como se define en el Grupo de interés especial (SIG) de Bluetooth.

data
IBuffer

Carga de datos del anuncio de Bluetooth LE.

Requisitos de Windows

Características de aplicaciones
bluetooth

Se aplica a