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 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
Returns the kotlin.time.Duration since the beacon was last seen