BeaconInfo

data class BeaconInfo(val identifier: Identifier, val beaconID: BeaconID, val txPower: TxPower, val rssi: RSSI, val lastSeen: KalugaDate)

Info describing a Beacon

Constructors

Link copied to clipboard
constructor(identifier: Identifier, beaconID: BeaconID, txPower: TxPower, rssi: RSSI, lastSeen: KalugaDate)

Properties

Link copied to clipboard

the BeaconID of the beacon

Link copied to clipboard

the Identifier of the beacon. Note this may not be unique when beacons are grouped

Link copied to clipboard

the KalugaDate at which the beacon was last seen

Link copied to clipboard
val rssi: RSSI

the current RSSI of the beacon

Link copied to clipboard

Returns the kotlin.time.Duration since the beacon was last seen

Link copied to clipboard

the current TxPower of the beacon

Functions

Link copied to clipboard
Link copied to clipboard

Returns the time in milliseconds since the beacon was last seen