| 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.LteObj
Description
Synopsis
- data LteObj = LteObj' {}
- newLteObj :: Natural -> Natural -> Natural -> LteObj
- lteObj_lteLocalId :: Lens' LteObj (Maybe LteLocalId)
- lteObj_lteNmr :: Lens' LteObj (Maybe (NonEmpty LteNmrObj))
- lteObj_lteTimingAdvance :: Lens' LteObj (Maybe Natural)
- lteObj_nrCapable :: Lens' LteObj (Maybe Bool)
- lteObj_rsrp :: Lens' LteObj (Maybe Int)
- lteObj_rsrq :: Lens' LteObj (Maybe Double)
- lteObj_tac :: Lens' LteObj (Maybe Natural)
- lteObj_mcc :: Lens' LteObj Natural
- lteObj_mnc :: Lens' LteObj Natural
- lteObj_eutranCid :: Lens' LteObj Natural
Documentation
LTE object.
See: newLteObj smart constructor.
Constructors
| LteObj' | |
Fields
| |
Instances
Create a value of LteObj 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:lteLocalId:LteObj', lteObj_lteLocalId - LTE local identification (local ID) information.
$sel:lteNmr:LteObj', lteObj_lteNmr - LTE object for network measurement reports.
$sel:lteTimingAdvance:LteObj', lteObj_lteTimingAdvance - LTE timing advance.
$sel:nrCapable:LteObj', lteObj_nrCapable - Parameter that determines whether the LTE object is capable of
supporting NR (new radio).
LteObj, lteObj_rsrp - Signal power of the reference signal received, measured in dBm
(decibel-milliwatts).
LteObj, lteObj_rsrq - Signal quality of the reference Signal received, measured in decibels
(dB).
$sel:tac:LteObj', lteObj_tac - LTE tracking area code.
$sel:mcc:LteObj', lteObj_mcc - Mobile Country Code.
$sel:mnc:LteObj', lteObj_mnc - Mobile Network Code.
LteObj, lteObj_eutranCid - E-UTRAN (Evolved Universal Terrestrial Radio Access Network) Cell Global
Identifier.
lteObj_lteLocalId :: Lens' LteObj (Maybe LteLocalId) Source #
LTE local identification (local ID) information.
lteObj_lteNmr :: Lens' LteObj (Maybe (NonEmpty LteNmrObj)) Source #
LTE object for network measurement reports.
lteObj_nrCapable :: Lens' LteObj (Maybe Bool) Source #
Parameter that determines whether the LTE object is capable of supporting NR (new radio).
lteObj_rsrp :: Lens' LteObj (Maybe Int) Source #
Signal power of the reference signal received, measured in dBm (decibel-milliwatts).