Click or drag to resize

wclBluetoothLeEddystoneUrlBeaconAdvertisement 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 wclBluetoothLeEddystoneUrlBeaconAdvertisement(
	sbyte TxRssi,
	string Url
)

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.
Url  String
The beacon's URL.
Exceptions
ExceptionCondition
wclEInvalidArgument
See Also