BluetoothLEAdvertisementWatcher Constructors

Definition

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

See also

Applies to