共用方式為


BluetoothLEAdvertisementPublisher 建構函式

定義

多載

BluetoothLEAdvertisementPublisher()

建立新的 BluetoothLEAdvertisementPublisher 物件。

BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement)

使用藍牙 LE 公告建立新的 BluetoothLEAdvertisementPublisher 物件來發佈。

BluetoothLEAdvertisementPublisher()

建立新的 BluetoothLEAdvertisementPublisher 物件。

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

Windows 需求

應用程式功能
bluetooth

另請參閱

適用於

BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement)

使用藍牙 LE 公告建立新的 BluetoothLEAdvertisementPublisher 物件來發佈。

public:
 BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement ^ advertisement);
 BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement const& advertisement);
public BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement advertisement);
function BluetoothLEAdvertisementPublisher(advertisement)
Public Sub New (advertisement As BluetoothLEAdvertisement)

參數

advertisement
BluetoothLEAdvertisement

要發佈的藍牙 LE 公告。

Windows 需求

應用程式功能
bluetooth

備註

某些系統保留資料類型有額外的原則限制,這些資料類型無法使用 BluetoothLEAdvertisementPublisher公告。 包含這些資料類型的廣告將會遭到拒絕,並在呼叫 Start 方法時擲回例外狀況。

另請參閱

適用於