| 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.CdmaObj
Description
Synopsis
- data CdmaObj = CdmaObj' {}
- newCdmaObj :: Natural -> Natural -> Natural -> CdmaObj
- cdmaObj_baseLat :: Lens' CdmaObj (Maybe Double)
- cdmaObj_baseLng :: Lens' CdmaObj (Maybe Double)
- cdmaObj_cdmaLocalId :: Lens' CdmaObj (Maybe CdmaLocalId)
- cdmaObj_cdmaNmr :: Lens' CdmaObj (Maybe (NonEmpty CdmaNmrObj))
- cdmaObj_pilotPower :: Lens' CdmaObj (Maybe Int)
- cdmaObj_registrationZone :: Lens' CdmaObj (Maybe Natural)
- cdmaObj_systemId :: Lens' CdmaObj Natural
- cdmaObj_networkId :: Lens' CdmaObj Natural
- cdmaObj_baseStationId :: Lens' CdmaObj Natural
Documentation
CDMA (Code-division multiple access) object.
See: newCdmaObj smart constructor.
Constructors
| CdmaObj' | |
Fields
| |
Instances
Create a value of CdmaObj 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:baseLat:CdmaObj', cdmaObj_baseLat - CDMA base station latitude in degrees.
$sel:baseLng:CdmaObj', cdmaObj_baseLng - CDMA base station longtitude in degrees.
$sel:cdmaLocalId:CdmaObj', cdmaObj_cdmaLocalId - CDMA local identification (local ID) parameters.
$sel:cdmaNmr:CdmaObj', cdmaObj_cdmaNmr - CDMA network measurement reports.
CdmaObj, cdmaObj_pilotPower - Transmit power level of the pilot signal, measured in dBm
(decibel-milliwatts).
$sel:registrationZone:CdmaObj', cdmaObj_registrationZone - CDMA registration zone (RZ).
$sel:systemId:CdmaObj', cdmaObj_systemId - CDMA system ID (SID).
$sel:networkId:CdmaObj', cdmaObj_networkId - CDMA network ID (NID).
CdmaObj, cdmaObj_baseStationId - CDMA base station ID (BSID).
cdmaObj_cdmaLocalId :: Lens' CdmaObj (Maybe CdmaLocalId) Source #
CDMA local identification (local ID) parameters.
cdmaObj_cdmaNmr :: Lens' CdmaObj (Maybe (NonEmpty CdmaNmrObj)) Source #
CDMA network measurement reports.