Cellular Network Status Legacy
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
Properties
Link copied to clipboard
communication status
Link copied to clipboard
current technology
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
sim card status
Link copied to clipboard
list of supported technologies
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