| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
WcdmaObj |
WcdmaObj.clone() |
WcdmaObj |
WcdmaObj.withLac(Integer lac)
Location Area Code.
|
WcdmaObj |
WcdmaObj.withMcc(Integer mcc)
Mobile Country Code.
|
WcdmaObj |
WcdmaObj.withMnc(Integer mnc)
Mobile Network Code.
|
WcdmaObj |
WcdmaObj.withPathLoss(Integer pathLoss)
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates
through space.
|
WcdmaObj |
WcdmaObj.withRscp(Integer rscp)
Received Signal Code Power (signal power) (dBm).
|
WcdmaObj |
WcdmaObj.withUtranCid(Integer utranCid)
UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
|
WcdmaObj |
WcdmaObj.withWcdmaLocalId(WcdmaLocalId wcdmaLocalId)
WCDMA local ID information.
|
WcdmaObj |
WcdmaObj.withWcdmaNmr(Collection<WcdmaNmrObj> wcdmaNmr)
WCDMA object for network measurement reports.
|
WcdmaObj |
WcdmaObj.withWcdmaNmr(WcdmaNmrObj... wcdmaNmr)
WCDMA object for network measurement reports.
|
| Modifier and Type | Method and Description |
|---|---|
List<WcdmaObj> |
CellTowers.getWcdma()
WCDMA object information.
|
| Modifier and Type | Method and Description |
|---|---|
CellTowers |
CellTowers.withWcdma(WcdmaObj... wcdma)
WCDMA object information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CellTowers.setWcdma(Collection<WcdmaObj> wcdma)
WCDMA object information.
|
CellTowers |
CellTowers.withWcdma(Collection<WcdmaObj> wcdma)
WCDMA object information.
|
Copyright © 2023. All rights reserved.