BluetoothLEAdvertisementDataSection 建構函式

定義

多載

BluetoothLEAdvertisementDataSection()

建立新的 BluetoothLEAdvertisementDataSection 物件。

BluetoothLEAdvertisementDataSection(Byte, IBuffer)

使用藍牙 LE 公告資料類型和承載,建立新的 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

適用於