BC660

data class BC660(val scEARFCN: Int?, val scEARNFCNOffset: Double?, val scPCI: Int?, val scCellId: String?, val scRSRP: Int?, val scRSRQ: Int?, val scRSSI: Int?, val scSINR: Int?, val scBand: Int?, val scTAC: Int?, val scECL: Int?, val scTXPWR: Int?, val opMode: Int?, val ncEARFCN: Int?, val ncPCI: Int?, val ncRSRP: Int?, val ncRSRQ: Int?, val sleepDuration: Double?, val rxTime: Double?, val txTime: Double?, val plmnState: Int?, val selectedPlmn: Int?) : ModemParameters

Parameters for BC660 modem.

Constructors

Link copied to clipboard
constructor(scEARFCN: Int?, scEARNFCNOffset: Double?, scPCI: Int?, scCellId: String?, scRSRP: Int?, scRSRQ: Int?, scRSSI: Int?, scSINR: Int?, scBand: Int?, scTAC: Int?, scECL: Int?, scTXPWR: Int?, opMode: Int?, ncEARFCN: Int?, ncPCI: Int?, ncRSRP: Int?, ncRSRQ: Int?, sleepDuration: Double?, rxTime: Double?, txTime: Double?, plmnState: Int?, selectedPlmn: Int?)

Properties

Link copied to clipboard

Neighboring cell EARFCN. Range: 0:262143 or null if unknown.

Link copied to clipboard
val ncPCI: Int?

Neighboring cell PCI. Range: 0:503 or null if unknown.

Link copied to clipboard
val ncRSRP: Int?

Neighboring cell RSRP in dBm. Range: -140:-44 or null if unknown.

Link copied to clipboard
val ncRSRQ: Int?

Neighboring cell RSRQ in dBm. Range: -140:-44 or null if unknown.

Link copied to clipboard
val opMode: Int?

Operation mode. Range: 0:3 or null if unknown.

Link copied to clipboard

PLMN state. Range: 0:2 or null if unknown.

Link copied to clipboard

RX time in seconds. Range: 0.0:214748364.7 or null if unknown.

Link copied to clipboard
val scBand: Int?

Serving cell band or null if unknown.

Link copied to clipboard

Serving cell ID as hex string. Range: 1:268435456 or null if unknown.

Link copied to clipboard

Serving cell EARFCN. Range: 0:262143 or null if unknown.

Link copied to clipboard

Serving cell EARNFCN offset. Values -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, -0.5, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 or null when invalid or unknown.

Link copied to clipboard
val scECL: Int?

Serving cell ECL. Range: 0:2 or null if unknown.

Link copied to clipboard
val scPCI: Int?
Link copied to clipboard
val scRSRP: Int?

Serving cell RSRP in dBm. Range: -140:-44 or null if unknown.

Link copied to clipboard
val scRSRQ: Int?

Serving cell RSRQ in dB. Range: -20:-3 or null if unknown.

Link copied to clipboard
val scRSSI: Int?

Serving cell RSSI in dBm. Range: -110:-3 or null if unknown.

Link copied to clipboard
val scSINR: Int?

Serving cell SINR in dB. Range: -10:30 or null if unknown.

Link copied to clipboard
val scTAC: Int?

Serving cell TAC. Range: 0:65536 or null if unknown.

Link copied to clipboard
val scTXPWR: Int?

Serving cell TX power in dBm. Range -44.0:23.0 or null if unknown.

Link copied to clipboard

Selected PLMN. Range: 100:999999 or null if unknown.

Link copied to clipboard

Sleep duration seconds. Range: 0.0:214748364.7 or null if unknown.

Link copied to clipboard

TX time in seconds. Range: 0.0:214748364.7 or null if unknown.