| 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.TdscdmaObj
Description
Synopsis
- data TdscdmaObj = TdscdmaObj' {}
- newTdscdmaObj :: Natural -> Natural -> Natural -> TdscdmaObj
- tdscdmaObj_lac :: Lens' TdscdmaObj (Maybe Natural)
- tdscdmaObj_pathLoss :: Lens' TdscdmaObj (Maybe Natural)
- tdscdmaObj_rscp :: Lens' TdscdmaObj (Maybe Int)
- tdscdmaObj_tdscdmaLocalId :: Lens' TdscdmaObj (Maybe TdscdmaLocalId)
- tdscdmaObj_tdscdmaNmr :: Lens' TdscdmaObj (Maybe (NonEmpty TdscdmaNmrObj))
- tdscdmaObj_tdscdmaTimingAdvance :: Lens' TdscdmaObj (Maybe Natural)
- tdscdmaObj_mcc :: Lens' TdscdmaObj Natural
- tdscdmaObj_mnc :: Lens' TdscdmaObj Natural
- tdscdmaObj_utranCid :: Lens' TdscdmaObj Natural
Documentation
data TdscdmaObj Source #
TD-SCDMA object.
See: newTdscdmaObj smart constructor.
Constructors
| TdscdmaObj' | |
Fields
| |
Instances
Arguments
| :: Natural | |
| -> Natural | |
| -> Natural | |
| -> TdscdmaObj |
Create a value of TdscdmaObj 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:TdscdmaObj', tdscdmaObj_lac - Location Area Code.
TdscdmaObj, tdscdmaObj_pathLoss - Path loss, or path attenuation, is the reduction in power density of an
electromagnetic wave as it propagates through space.
TdscdmaObj, tdscdmaObj_rscp - Signal power of the received signal (Received Signal Code Power),
measured in decibel-milliwatts (dBm).
$sel:tdscdmaLocalId:TdscdmaObj', tdscdmaObj_tdscdmaLocalId - TD-SCDMA local identification (local ID) information.
$sel:tdscdmaNmr:TdscdmaObj', tdscdmaObj_tdscdmaNmr - TD-SCDMA object for network measurement reports.
$sel:tdscdmaTimingAdvance:TdscdmaObj', tdscdmaObj_tdscdmaTimingAdvance - TD-SCDMA Timing advance.
$sel:mcc:TdscdmaObj', tdscdmaObj_mcc - Mobile Country Code.
$sel:mnc:TdscdmaObj', tdscdmaObj_mnc - Mobile Network Code.
TdscdmaObj, tdscdmaObj_utranCid - UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
tdscdmaObj_lac :: Lens' TdscdmaObj (Maybe Natural) Source #
Location Area Code.
tdscdmaObj_pathLoss :: Lens' TdscdmaObj (Maybe Natural) Source #
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
tdscdmaObj_rscp :: Lens' TdscdmaObj (Maybe Int) Source #
Signal power of the received signal (Received Signal Code Power), measured in decibel-milliwatts (dBm).
tdscdmaObj_tdscdmaLocalId :: Lens' TdscdmaObj (Maybe TdscdmaLocalId) Source #
TD-SCDMA local identification (local ID) information.
tdscdmaObj_tdscdmaNmr :: Lens' TdscdmaObj (Maybe (NonEmpty TdscdmaNmrObj)) Source #
TD-SCDMA object for network measurement reports.
tdscdmaObj_tdscdmaTimingAdvance :: Lens' TdscdmaObj (Maybe Natural) Source #
TD-SCDMA Timing advance.
tdscdmaObj_mcc :: Lens' TdscdmaObj Natural Source #
Mobile Country Code.
tdscdmaObj_mnc :: Lens' TdscdmaObj Natural Source #
Mobile Network Code.
tdscdmaObj_utranCid :: Lens' TdscdmaObj Natural Source #
UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.