CellularNetworkStatusLegacy

data class CellularNetworkStatusLegacy(val supportedTechnologies: List<CellularNetworkStatusLegacy.SupportedTechnology>, val currentTechnology: CellularNetworkStatusLegacy.CurrentTechnology, val registrationStatus: RegistrationStatus, val signalStrength: Int?, val registrationRejectCause: String, val lastCommunicationTimestamp: Long?, val communicationStatus: CellularNetworkStatusLegacy.CommunicationStatus, val simCardStatus: CellularNetworkStatusLegacy.SimCardStatus, val ipAddress: IpAddress?, val cellId: String?, val trackingAreaCode: String?, val lastStatusCheckTimestamp: Long?, val secondsSinceLastReset: Int, val imei: String, val iccid: String)

Represents cellular network statistics

Constructors

Link copied to clipboard
constructor(supportedTechnologies: List<CellularNetworkStatusLegacy.SupportedTechnology>, currentTechnology: CellularNetworkStatusLegacy.CurrentTechnology, registrationStatus: RegistrationStatus, signalStrength: Int?, registrationRejectCause: String, lastCommunicationTimestamp: Long?, communicationStatus: CellularNetworkStatusLegacy.CommunicationStatus, simCardStatus: CellularNetworkStatusLegacy.SimCardStatus, ipAddress: IpAddress?, cellId: String?, trackingAreaCode: String?, lastStatusCheckTimestamp: Long?, secondsSinceLastReset: Int, imei: String, iccid: String)

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Represents status of the sim card

Link copied to clipboard

Properties

Link copied to clipboard

physical ID of the cell providing service to the module or null if not registered

Link copied to clipboard

ICCID (Integrated Circuit Card Identifier) of the SIM card

Link copied to clipboard

IMEI (International Mobile Equipment Identity) of the device

Link copied to clipboard

ip address assigned to modem after registration or null if not assigned

Link copied to clipboard

last communication timestamp or null if communication has not been made yet

Link copied to clipboard

timestamp of last status check of null if not performed yet

Link copied to clipboard

error code for registration rejection

Link copied to clipboard

last registration status

Link copied to clipboard

seconds since last reset

Link copied to clipboard

signal power expressed in dBm or null if not available

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

tracking area code which is the unique code that each operator assigns to each of their tracking areas or null if not registered