Click or drag to resize

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

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.
Exceptions
ExceptionCondition
wclEInvalidArgument
See Also