Compartilhar via


BluetoothLEAdvertisementPublisher Construtores

Definição

Sobrecargas

BluetoothLEAdvertisementPublisher()

Cria um novo objeto BluetoothLEAdvertisementPublisher .

BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement)

Cria um novo objeto BluetoothLEAdvertisementPublisher com o anúncio bluetooth LE a ser publicado.

BluetoothLEAdvertisementPublisher()

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

Requisitos do Windows

Funcionalidades do aplicativo
bluetooth

Confira também

Aplica-se a

BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement)

Cria um novo objeto BluetoothLEAdvertisementPublisher com o anúncio bluetooth LE a ser publicado.

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

O anúncio de LE Bluetooth a ser publicado.

Requisitos do Windows

Funcionalidades do aplicativo
bluetooth

Comentários

Há restrições de política adicionais em determinados tipos de dados reservados pelo sistema que não podem ser anunciados usando o BluetoothLEAdvertisementPublisher. O anúncio que contém esses tipos de dados será rejeitado e uma exceção será gerada quando o método Start for chamado.

Confira também

Aplica-se a