Bagikan melalui


BluetoothLEAdvertisementBytePattern Konstruktor

Definisi

Overload

BluetoothLEAdvertisementBytePattern()

Buat objek BluetoothLEAdvertisementBytePattern baru.

BluetoothLEAdvertisementBytePattern(Byte, Int16, IBuffer)

Buat objek BluetoothLEAdvertisementBytePattern baru dengan jenis data iklan yang cocok, pola byte data iklan yang cocok, dan offset pola byte dari awal bagian data iklan.

BluetoothLEAdvertisementBytePattern()

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

Persyaratan Windows

Kemampuan aplikasi
bluetooth

Lihat juga

Berlaku untuk

BluetoothLEAdvertisementBytePattern(Byte, Int16, IBuffer)

Buat objek BluetoothLEAdvertisementBytePattern baru dengan jenis data iklan yang cocok, pola byte data iklan yang cocok, dan offset pola byte dari awal bagian data iklan.

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)

Parameter

dataType
Byte

byte

Jenis data iklan BLUETOOTH LE yang cocok.

offset
Int16

short

Offset pola byte dari awal bagian data iklan.

data
IBuffer

Pola byte data iklan LE Bluetooth yang cocok.

Persyaratan Windows

Kemampuan aplikasi
bluetooth

Lihat juga

Berlaku untuk