| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
GsmObj |
GsmObj.clone() |
GsmObj |
GsmObj.withGeranCid(Integer geranCid)
GERAN (GSM EDGE Radio Access Network) Cell Global Identifier.
|
GsmObj |
GsmObj.withGsmLocalId(GsmLocalId gsmLocalId)
GSM local identification (local ID) information.
|
GsmObj |
GsmObj.withGsmNmr(Collection<GsmNmrObj> gsmNmr)
GSM object for network measurement reports.
|
GsmObj |
GsmObj.withGsmNmr(GsmNmrObj... gsmNmr)
GSM object for network measurement reports.
|
GsmObj |
GsmObj.withGsmTimingAdvance(Integer gsmTimingAdvance)
Timing advance value, which corresponds to the length of time a signal takes to reach the base station from a
mobile phone.
|
GsmObj |
GsmObj.withLac(Integer lac)
Location area code.
|
GsmObj |
GsmObj.withMcc(Integer mcc)
Mobile Country Code.
|
GsmObj |
GsmObj.withMnc(Integer mnc)
Mobile Network Code.
|
GsmObj |
GsmObj.withRxLevel(Integer rxLevel)
Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).
|
| Modifier and Type | Method and Description |
|---|---|
List<GsmObj> |
CellTowers.getGsm()
GSM object information.
|
| Modifier and Type | Method and Description |
|---|---|
CellTowers |
CellTowers.withGsm(GsmObj... gsm)
GSM object information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CellTowers.setGsm(Collection<GsmObj> gsm)
GSM object information.
|
CellTowers |
CellTowers.withGsm(Collection<GsmObj> gsm)
GSM object information.
|
Copyright © 2025. All rights reserved.