Partager via


BluetoothLEAdvertisementWatcher Constructeurs

Définition

Surcharges

BluetoothLEAdvertisementWatcher()

Crée un objet BluetoothLEAdvertisementWatcher .

BluetoothLEAdvertisementWatcher(BluetoothLEAdvertisementFilter)

Crée un objet BluetoothLEAdvertisementWatcher avec un filtre de publicité pour initialiser l’observateur.

BluetoothLEAdvertisementWatcher()

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

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

Voir aussi

S’applique à

BluetoothLEAdvertisementWatcher(BluetoothLEAdvertisementFilter)

Crée un objet BluetoothLEAdvertisementWatcher avec un filtre de publicité pour initialiser l’observateur.

public:
 BluetoothLEAdvertisementWatcher(BluetoothLEAdvertisementFilter ^ advertisementFilter);
 BluetoothLEAdvertisementWatcher(BluetoothLEAdvertisementFilter const& advertisementFilter);
public BluetoothLEAdvertisementWatcher(BluetoothLEAdvertisementFilter advertisementFilter);
function BluetoothLEAdvertisementWatcher(advertisementFilter)
Public Sub New (advertisementFilter As BluetoothLEAdvertisementFilter)

Paramètres

advertisementFilter
BluetoothLEAdvertisementFilter

Filtre de publicité pour initialiser l’observateur.

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

Voir aussi

S’applique à