BluetoothLEAdvertisementWatcher 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
|