Modem

data class Modem(val type: Modem.Type?, val firmwareVersion: Modem.FirmwareVersion?, val simCardIdentification: String?, val modemIdentification: String, val statistics: Modem.Statistics, val parameters: ModemParameters)

This data class holds information about the sensor device's modem.

Constructors

Link copied to clipboard
constructor(type: Modem.Type?, firmwareVersion: Modem.FirmwareVersion?, simCardIdentification: String?, modemIdentification: String, statistics: Modem.Statistics, parameters: ModemParameters)

Types

Link copied to clipboard
Link copied to clipboard
data class Statistics(val transmissionsSinceLastInfo: Int, val secondsSinceLastInfo: Int, val totalPowerSavingTime: Int, val totalActiveTime: Int)

This data class holds information about the modem statistics.

Link copied to clipboard

Properties

Link copied to clipboard

The firmware version of the modem.

Link copied to clipboard

IMEI or serial number of the cellular gateway.

Link copied to clipboard

The runtime parameters of the modem.

Link copied to clipboard

Integrated Circuit Card Identifier (ICCID) of the inserted/soldered SIM card or null if not available/detected.

Link copied to clipboard

The statistics of the modem.

Link copied to clipboard

The type of the modem.