共用方式為


BluetoothLEAdvertisementWatcher 建構函式

定義

多載

BluetoothLEAdvertisementWatcher()

建立新的 BluetoothLEAdvertisementWatcher 物件。

BluetoothLEAdvertisementWatcher(BluetoothLEAdvertisementFilter)

使用廣告篩選來初始化監看員,建立新的 BluetoothLEAdvertisementWatcher 物件。

BluetoothLEAdvertisementWatcher()

建立新的 BluetoothLEAdvertisementWatcher 物件。

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

Windows 需求

應用程式功能
bluetooth

另請參閱

適用於

BluetoothLEAdvertisementWatcher(BluetoothLEAdvertisementFilter)

使用廣告篩選來初始化監看員,建立新的 BluetoothLEAdvertisementWatcher 物件。

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

參數

advertisementFilter
BluetoothLEAdvertisementFilter

要初始化監看員的公告篩選。

Windows 需求

應用程式功能
bluetooth

另請參閱

適用於