BluetoothLEAdvertisementWatcher Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BluetoothLEAdvertisementWatcher() |
Creates a new BluetoothLEAdvertisementWatcher object. |
BluetoothLEAdvertisementWatcher(BluetoothLEAdvertisementFilter) |
Creates a new BluetoothLEAdvertisementWatcher object with an advertisement filter to initialize the watcher. |
BluetoothLEAdvertisementWatcher()
Creates a new BluetoothLEAdvertisementWatcher object.
public:
BluetoothLEAdvertisementWatcher();
BluetoothLEAdvertisementWatcher();
public BluetoothLEAdvertisementWatcher();
function BluetoothLEAdvertisementWatcher()
Public Sub New ()
Windows requirements
App capabilities |
bluetooth
|
See also
Applies to
BluetoothLEAdvertisementWatcher(BluetoothLEAdvertisementFilter)
Creates a new BluetoothLEAdvertisementWatcher object with an advertisement filter to initialize the watcher.
public:
BluetoothLEAdvertisementWatcher(BluetoothLEAdvertisementFilter ^ advertisementFilter);
BluetoothLEAdvertisementWatcher(BluetoothLEAdvertisementFilter const& advertisementFilter);
public BluetoothLEAdvertisementWatcher(BluetoothLEAdvertisementFilter advertisementFilter);
function BluetoothLEAdvertisementWatcher(advertisementFilter)
Public Sub New (advertisementFilter As BluetoothLEAdvertisementFilter)
Parameters
- advertisementFilter
- BluetoothLEAdvertisementFilter
The advertisement filter to initialize the watcher.
Windows requirements
App capabilities |
bluetooth
|