BluetoothLEAdvertisementWatcher Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
|