| 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.GsmNmrObj
Description
Synopsis
- data GsmNmrObj = GsmNmrObj' {
- globalIdentity :: Maybe GlobalIdentity
- rxLevel :: Maybe Int
- bsic :: Natural
- bcch :: Natural
- newGsmNmrObj :: Natural -> Natural -> GsmNmrObj
- gsmNmrObj_globalIdentity :: Lens' GsmNmrObj (Maybe GlobalIdentity)
- gsmNmrObj_rxLevel :: Lens' GsmNmrObj (Maybe Int)
- gsmNmrObj_bsic :: Lens' GsmNmrObj Natural
- gsmNmrObj_bcch :: Lens' GsmNmrObj Natural
Documentation
GSM object for network measurement reports.
See: newGsmNmrObj smart constructor.
Constructors
| GsmNmrObj' | |
Fields
| |
Instances
Create a value of GsmNmrObj 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:globalIdentity:GsmNmrObj', gsmNmrObj_globalIdentity - Global identity information of the GSM object.
$sel:rxLevel:GsmNmrObj', gsmNmrObj_rxLevel - Rx level, which is the received signal power, measured in dBm
(decibel-milliwatts).
$sel:bsic:GsmNmrObj', gsmNmrObj_bsic - GSM base station identity code (BSIC).
$sel:bcch:GsmNmrObj', gsmNmrObj_bcch - GSM broadcast control channel.
gsmNmrObj_globalIdentity :: Lens' GsmNmrObj (Maybe GlobalIdentity) Source #
Global identity information of the GSM object.