Click or drag to resize

wclBluetoothLeManufacturerAdvertisement Constructor

Creates new Bluetooth LE advertisement object.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public wclBluetoothLeManufacturerAdvertisement(
	ushort CompanyId,
	byte[] Data
)

Parameters

CompanyId  UInt16
The manufacturer company ID.
Data  Byte
The Bluetooth LE advertisement raw data.
Exceptions
ExceptionCondition
wclEInvalidArgument
See Also