Compartir a través de


BluetoothLEAdvertisementWatcher Constructores

Definición

Sobrecargas

BluetoothLEAdvertisementWatcher()

Crea un nuevo objeto BluetoothLEAdvertisementWatcher .

BluetoothLEAdvertisementWatcher(BluetoothLEAdvertisementFilter)

Crea un nuevo objeto BluetoothLEAdvertisementWatcher con un filtro de anuncio para inicializar el monitor.

BluetoothLEAdvertisementWatcher()

Crea un nuevo objeto BluetoothLEAdvertisementWatcher .

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

Requisitos de Windows

Características de aplicaciones
bluetooth

Consulte también

Se aplica a

BluetoothLEAdvertisementWatcher(BluetoothLEAdvertisementFilter)

Crea un nuevo objeto BluetoothLEAdvertisementWatcher con un filtro de anuncio para inicializar el monitor.

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

Filtro de anuncio para inicializar el monitor.

Requisitos de Windows

Características de aplicaciones
bluetooth

Consulte también

Se aplica a