BluetoothLEAdvertisementDataSection Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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()
Crea un nuevo objeto 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
|