| 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.CdmaNmrObj
Description
Synopsis
Documentation
data CdmaNmrObj Source #
CDMA object for network measurement reports.
See: newCdmaNmrObj smart constructor.
Constructors
| CdmaNmrObj' | |
Fields
| |
Instances
Create a value of CdmaNmrObj 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:baseStationId:CdmaNmrObj', cdmaNmrObj_baseStationId - CDMA base station ID (BSID).
$sel:pilotPower:CdmaNmrObj', cdmaNmrObj_pilotPower - Transmit power level of the pilot signal, measured in dBm
(decibel-milliwatts).
$sel:pnOffset:CdmaNmrObj', cdmaNmrObj_pnOffset - Pseudo-noise offset, which is a characteristic of the signal from a cell
on a radio tower.
$sel:cdmaChannel:CdmaNmrObj', cdmaNmrObj_cdmaChannel - CDMA channel information.
cdmaNmrObj_baseStationId :: Lens' CdmaNmrObj (Maybe Natural) Source #
CDMA base station ID (BSID).
cdmaNmrObj_pilotPower :: Lens' CdmaNmrObj (Maybe Int) Source #
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
cdmaNmrObj_pnOffset :: Lens' CdmaNmrObj Natural Source #
Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.
cdmaNmrObj_cdmaChannel :: Lens' CdmaNmrObj Natural Source #
CDMA channel information.