BluetoothLEAdvertisementPublisher Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
BluetoothLEAdvertisementPublisher() |
Cria um novo objeto BluetoothLEAdvertisementPublisher . |
BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement) |
Cria um novo objeto BluetoothLEAdvertisementPublisher com o anúncio bluetooth LE a ser publicado. |
BluetoothLEAdvertisementPublisher()
Cria um novo objeto 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.