次の方法で共有


BluetoothLEAdvertisementDataSection コンストラクター

定義

オーバーロード

BluetoothLEAdvertisementDataSection()

新しい BluetoothLEAdvertisementDataSection オブジェクトを 作成します。

BluetoothLEAdvertisementDataSection(Byte, IBuffer)

Bluetooth LE アドバタイズデータ型とペイロードを使用して、新しい BluetoothLEAdvertisementDataSection オブジェクトを作成します。

BluetoothLEAdvertisementDataSection()

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

Windows の要件

アプリの機能
bluetooth

こちらもご覧ください

適用対象

BluetoothLEAdvertisementDataSection(Byte, IBuffer)

Bluetooth 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

Bluetooth 特別利益グループ (SIG) で定義されている Bluetooth LE アドバタイズデータ型。

data
IBuffer

Bluetooth LE アドバタイズ データ ペイロード。

Windows の要件

アプリの機能
bluetooth

適用対象