BluetoothLEAdvertisementDataSection 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
BluetoothLEAdvertisementDataSection() |
建立新的 BluetoothLEAdvertisementDataSection 物件。 |
BluetoothLEAdvertisementDataSection(Byte, IBuffer) |
使用藍牙 LE 公告資料類型和承載,建立新的 BluetoothLEAdvertisementDataSection 物件。 |
BluetoothLEAdvertisementDataSection()
建立新的 BluetoothLEAdvertisementDataSection 物件。
public:
BluetoothLEAdvertisementDataSection();
BluetoothLEAdvertisementDataSection();
public BluetoothLEAdvertisementDataSection();
function BluetoothLEAdvertisementDataSection()
Public Sub New ()
Windows 需求
應用程式功能 |
bluetooth
|
另請參閱
適用於
BluetoothLEAdvertisementDataSection(Byte, IBuffer)
使用藍牙 LE 公告資料類型和承載,建立新的 BluetoothLEAdvertisementDataSection 物件。
public:
BluetoothLEAdvertisementDataSection(byte dataType, IBuffer ^ data);
BluetoothLEAdvertisementDataSection(byte const& dataType, IBuffer const& data);
public BluetoothLEAdvertisementDataSection(byte dataType, IBuffer data);
function BluetoothLEAdvertisementDataSection(dataType, data)
Public Sub New (dataType As Byte, data As IBuffer)
參數
- dataType
-
Byte
byte
藍牙 LE 公告資料類型,如藍牙特殊興趣群組所定義, (SIG) 。
- data
- IBuffer
藍牙 LE 廣告資料承載。
Windows 需求
應用程式功能 |
bluetooth
|