BluetoothLEAdvertisementBytePattern 생성자

정의

오버로드

BluetoothLEAdvertisementBytePattern()

BluetoothLEAdvertisementBytePattern 개체를 만듭니다.

BluetoothLEAdvertisementBytePattern(Byte, Int16, IBuffer)

일치시킬 광고 데이터 형식, 일치시킬 광고 데이터 바이트 패턴 및 광고 데이터 섹션의 시작 부분에서 바이트 패턴의 오프셋을 사용하여 새 BluetoothLEAdvertisementBytePattern 개체를 만듭니다.

BluetoothLEAdvertisementBytePattern()

BluetoothLEAdvertisementBytePattern 개체를 만듭니다.

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

Windows 요구 사항

앱 기능
bluetooth

추가 정보

적용 대상

BluetoothLEAdvertisementBytePattern(Byte, Int16, IBuffer)

일치시킬 광고 데이터 형식, 일치시킬 광고 데이터 바이트 패턴 및 광고 데이터 섹션의 시작 부분에서 바이트 패턴의 오프셋을 사용하여 새 BluetoothLEAdvertisementBytePattern 개체를 만듭니다.

public:
 BluetoothLEAdvertisementBytePattern(byte dataType, short offset, IBuffer ^ data);
 BluetoothLEAdvertisementBytePattern(byte const& dataType, short const& offset, IBuffer const& data);
public BluetoothLEAdvertisementBytePattern(byte dataType, short offset, IBuffer data);
function BluetoothLEAdvertisementBytePattern(dataType, offset, data)
Public Sub New (dataType As Byte, offset As Short, data As IBuffer)

매개 변수

dataType
Byte

byte

일치시킬 Bluetooth LE 보급 데이터 형식입니다.

offset
Int16

short

광고 데이터 섹션의 시작 부분에서 바이트 패턴의 오프셋입니다.

data
IBuffer

일치시킬 Bluetooth LE 보급 데이터 바이트 패턴입니다.

Windows 요구 사항

앱 기능
bluetooth

추가 정보

적용 대상