Share via


BluetoothLEAdvertisementBytePattern Constructors

Definition

Overloads

BluetoothLEAdvertisementBytePattern()

Create a new BluetoothLEAdvertisementBytePattern object.

BluetoothLEAdvertisementBytePattern(Byte, Int16, IBuffer)

Create a new BluetoothLEAdvertisementBytePattern object with an advertisement data type to match, the advertisement data byte pattern to match, and the offset of the byte pattern from the beginning of the advertisement data section.

BluetoothLEAdvertisementBytePattern()

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

Windows requirements

App capabilities
bluetooth

See also

Applies to

BluetoothLEAdvertisementBytePattern(Byte, Int16, IBuffer)

Create a new BluetoothLEAdvertisementBytePattern object with an advertisement data type to match, the advertisement data byte pattern to match, and the offset of the byte pattern from the beginning of the advertisement data section.

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)

Parameters

dataType
Byte

byte

The Bluetooth LE advertisement data type to match.

offset
Int16

short

The offset of byte pattern from beginning of advertisement data section.

data
IBuffer

The Bluetooth LE advertisement data byte pattern to match.

Windows requirements

App capabilities
bluetooth

See also

Applies to