다음을 통해 공유


BluetoothLEAdvertisementDataSection 생성자

정의

오버로드

BluetoothLEAdvertisementDataSection()

BluetoothLEAdvertisementDataSection 개체를 만듭니다.

BluetoothLEAdvertisementDataSection(Byte, IBuffer)

Bluetooth LE 보급 데이터 형식 및 페이로드를 사용하여 새 BluetoothLEAdvertisementDataSection 개체를 만듭니다.

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(Special Interest Group)에 정의된 Bluetooth LE 광고 데이터 형식입니다.

data
IBuffer

Bluetooth LE 광고 데이터 페이로드.

Windows 요구 사항

앱 기능
bluetooth

적용 대상