BluetoothLEAdvertisementWatcher 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
BluetoothLEAdvertisementWatcher() |
Cria um novo objeto BluetoothLEAdvertisementWatcher . |
BluetoothLEAdvertisementWatcher(BluetoothLEAdvertisementFilter) |
Cria um novo objeto BluetoothLEAdvertisementWatcher com um filtro de anúncio para inicializar o observador. |
BluetoothLEAdvertisementWatcher()
Cria um novo objeto BluetoothLEAdvertisementWatcher .
public:
BluetoothLEAdvertisementWatcher();
BluetoothLEAdvertisementWatcher();
public BluetoothLEAdvertisementWatcher();
function BluetoothLEAdvertisementWatcher()
Public Sub New ()
Requisitos do Windows
Funcionalidades do aplicativo |
bluetooth
|
Confira também
Aplica-se a
BluetoothLEAdvertisementWatcher(BluetoothLEAdvertisementFilter)
Cria um novo objeto BluetoothLEAdvertisementWatcher com um filtro de anúncio para inicializar o observador.
public:
BluetoothLEAdvertisementWatcher(BluetoothLEAdvertisementFilter ^ advertisementFilter);
BluetoothLEAdvertisementWatcher(BluetoothLEAdvertisementFilter const& advertisementFilter);
public BluetoothLEAdvertisementWatcher(BluetoothLEAdvertisementFilter advertisementFilter);
function BluetoothLEAdvertisementWatcher(advertisementFilter)
Public Sub New (advertisementFilter As BluetoothLEAdvertisementFilter)
Parâmetros
- advertisementFilter
- BluetoothLEAdvertisementFilter
O filtro de anúncio para inicializar o observador.
Requisitos do Windows
Funcionalidades do aplicativo |
bluetooth
|