Click or drag to resize

wclBluetoothLeAltBeaconAdvertisement 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 wclBluetoothLeAltBeaconAdvertisement(
	sbyte TxRssi,
	ushort Major,
	ushort Minor,
	Guid Uuid,
	ushort CompanyId,
	byte Reserved
)

Parameters

TxRssi  SByte
The calibrated RSSI value in dBm at range between -100 dBm and +20 dBm at 1 dBm resolution measured at 1 meter distance.
Major  UInt16
The major value.
Minor  UInt16
The minor value.
Uuid  Guid
The UUID.
CompanyId  UInt16
The manufacturer ID as defined in the Bluetooth SIG Assigned Numbers.
Reserved  Byte
The beacon's manufacturer reserved value.
Exceptions
ExceptionCondition
wclEInvalidArgument
See Also