Modem

data class Modem(val imei: String, val modemVersion: String, val iccid: String, val registrationStatus: GatewayDeviceInfo.Modem.RegistrationStatus?, val accessTechnology: GatewayDeviceInfo.Modem.AccessTechnology?, val registeredPlmn: Plmn, val trackingAreaCode: Int, val cellId: Int, val ipAddress: IpAddress, val signalStrengthRSSI: Int, val signalStrengthRSRP: Int, val signalStrengthSINR: Int, val signalStrengthRSRQ: Int, val simCardStatus: GatewayDeviceInfo.Modem.SimStatus?)

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

Constructors

Link copied to clipboard
constructor(imei: String, modemVersion: String, iccid: String, registrationStatus: GatewayDeviceInfo.Modem.RegistrationStatus?, accessTechnology: GatewayDeviceInfo.Modem.AccessTechnology?, registeredPlmn: Plmn, trackingAreaCode: Int, cellId: Int, ipAddress: IpAddress, signalStrengthRSSI: Int, signalStrengthRSRP: Int, signalStrengthSINR: Int, signalStrengthRSRQ: Int, simCardStatus: GatewayDeviceInfo.Modem.SimStatus?)

Properties

Link copied to clipboard

The access technology of the registered network.

Link copied to clipboard
val cellId: Int

The cell ID of the modem.

Link copied to clipboard

The ICCID of the SIM card.

Link copied to clipboard

The IMEI of the modem.

Link copied to clipboard

The IP address of the modem.

Link copied to clipboard

The firmware version of the modem.

Link copied to clipboard

The registered PLMN.

Link copied to clipboard

The registration status of the modem.

Link copied to clipboard

The RSRP (Reference Signal Received Power) of the modem.

Link copied to clipboard

The RSRQ (Reference Signal Received Quality) of the modem.

Link copied to clipboard

The RSSI (Received Signal Strength Indicator) of the modem.

Link copied to clipboard

The SINR (Signal to Interference plus Noise Ratio) of the modem.

Link copied to clipboard

The status of the SIM card in the modem. (optional)

Link copied to clipboard

The tracking area code of the modem.