| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTWireless.Types.WcdmaObj
Description
Synopsis
- data WcdmaObj = WcdmaObj' {}
- newWcdmaObj :: Natural -> Natural -> Natural -> WcdmaObj
- wcdmaObj_lac :: Lens' WcdmaObj (Maybe Natural)
- wcdmaObj_pathLoss :: Lens' WcdmaObj (Maybe Natural)
- wcdmaObj_rscp :: Lens' WcdmaObj (Maybe Int)
- wcdmaObj_wcdmaLocalId :: Lens' WcdmaObj (Maybe WcdmaLocalId)
- wcdmaObj_wcdmaNmr :: Lens' WcdmaObj (Maybe (NonEmpty WcdmaNmrObj))
- wcdmaObj_mcc :: Lens' WcdmaObj Natural
- wcdmaObj_mnc :: Lens' WcdmaObj Natural
- wcdmaObj_utranCid :: Lens' WcdmaObj Natural
Documentation
WCDMA.
See: newWcdmaObj smart constructor.
Constructors
| WcdmaObj' | |
Fields
| |
Instances
Create a value of WcdmaObj with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:lac:WcdmaObj', wcdmaObj_lac - Location Area Code.
WcdmaObj, wcdmaObj_pathLoss - Path loss, or path attenuation, is the reduction in power density of an
electromagnetic wave as it propagates through space.
WcdmaObj, wcdmaObj_rscp - Received Signal Code Power (signal power) (dBm).
$sel:wcdmaLocalId:WcdmaObj', wcdmaObj_wcdmaLocalId - WCDMA local ID information.
$sel:wcdmaNmr:WcdmaObj', wcdmaObj_wcdmaNmr - WCDMA object for network measurement reports.
$sel:mcc:WcdmaObj', wcdmaObj_mcc - Mobile Country Code.
$sel:mnc:WcdmaObj', wcdmaObj_mnc - Mobile Network Code.
WcdmaObj, wcdmaObj_utranCid - UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
wcdmaObj_pathLoss :: Lens' WcdmaObj (Maybe Natural) Source #
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
wcdmaObj_rscp :: Lens' WcdmaObj (Maybe Int) Source #
Received Signal Code Power (signal power) (dBm).
wcdmaObj_wcdmaLocalId :: Lens' WcdmaObj (Maybe WcdmaLocalId) Source #
WCDMA local ID information.
wcdmaObj_wcdmaNmr :: Lens' WcdmaObj (Maybe (NonEmpty WcdmaNmrObj)) Source #
WCDMA object for network measurement reports.