BluetoothLEAdvertisementBytePattern 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
|