Compartir a través de


BluetoothLEAdvertisementPublisher Constructores

Definición

Sobrecargas

BluetoothLEAdvertisementPublisher()

Crea un nuevo objeto BluetoothLEAdvertisementPublisher .

BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement)

Crea un nuevo objeto BluetoothLEAdvertisementPublisher con el anuncio de Bluetooth LE que se va a publicar.

BluetoothLEAdvertisementPublisher()

Crea un nuevo objeto BluetoothLEAdvertisementPublisher .

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

Requisitos de Windows

Características de aplicaciones
bluetooth

Consulte también

Se aplica a

BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement)

Crea un nuevo objeto BluetoothLEAdvertisementPublisher con el anuncio de Bluetooth LE que se va a publicar.

public:
 BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement ^ advertisement);
 BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement const& advertisement);
public BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement advertisement);
function BluetoothLEAdvertisementPublisher(advertisement)
Public Sub New (advertisement As BluetoothLEAdvertisement)

Parámetros

advertisement
BluetoothLEAdvertisement

El anuncio de Bluetooth LE que se va a publicar.

Requisitos de Windows

Características de aplicaciones
bluetooth

Comentarios

Hay restricciones de directiva adicionales en determinados tipos de datos reservados por el sistema que no se pueden anunciar mediante bluetoothLEAdvertisementPublisher. Se rechazará un anuncio que contenga estos tipos de datos y se producirá una excepción cuando se llame al método Start .

Consulte también

Se aplica a