Statistics

data class Statistics(val transmissionsSinceLastInfo: Int, val secondsSinceLastInfo: Int, val totalPowerSavingTime: Int, val totalActiveTime: Int)

This data class holds information about the modem statistics.

Constructors

Link copied to clipboard
constructor(transmissionsSinceLastInfo: Int, secondsSinceLastInfo: Int, totalPowerSavingTime: Int, totalActiveTime: Int)

Properties

Link copied to clipboard

The number of seconds since the last info.

Link copied to clipboard

The total active time in seconds.

Link copied to clipboard

The total power saving time in seconds.

Link copied to clipboard

The number of transmissions since the last info.