amazonka-iotwireless-2.0: Amazon IoT Wireless SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoTWireless.Types.GsmObj

Description

 
Synopsis

Documentation

data GsmObj Source #

GSM object.

See: newGsmObj smart constructor.

Constructors

GsmObj' 

Fields

Instances

Instances details
ToJSON GsmObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.GsmObj

Generic GsmObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.GsmObj

Associated Types

type Rep GsmObj :: Type -> Type #

Methods

from :: GsmObj -> Rep GsmObj x #

to :: Rep GsmObj x -> GsmObj #

Read GsmObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.GsmObj

Show GsmObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.GsmObj

NFData GsmObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.GsmObj

Methods

rnf :: GsmObj -> () #

Eq GsmObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.GsmObj

Methods

(==) :: GsmObj -> GsmObj -> Bool #

(/=) :: GsmObj -> GsmObj -> Bool #

Hashable GsmObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.GsmObj

Methods

hashWithSalt :: Int -> GsmObj -> Int #

hash :: GsmObj -> Int #

type Rep GsmObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.GsmObj

newGsmObj Source #

Create a value of GsmObj 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:gsmLocalId:GsmObj', gsmObj_gsmLocalId - GSM local identification (local ID) information.

$sel:gsmNmr:GsmObj', gsmObj_gsmNmr - GSM object for network measurement reports.

$sel:gsmTimingAdvance:GsmObj', gsmObj_gsmTimingAdvance - Timing advance value, which corresponds to the length of time a signal takes to reach the base station from a mobile phone.

GsmObj, gsmObj_rxLevel - Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).

$sel:mcc:GsmObj', gsmObj_mcc - Mobile Country Code.

$sel:mnc:GsmObj', gsmObj_mnc - Mobile Network Code.

$sel:lac:GsmObj', gsmObj_lac - Location area code.

$sel:geranCid:GsmObj', gsmObj_geranCid - GERAN (GSM EDGE Radio Access Network) Cell Global Identifier.

gsmObj_gsmLocalId :: Lens' GsmObj (Maybe GsmLocalId) Source #

GSM local identification (local ID) information.

gsmObj_gsmNmr :: Lens' GsmObj (Maybe (NonEmpty GsmNmrObj)) Source #

GSM object for network measurement reports.

gsmObj_gsmTimingAdvance :: Lens' GsmObj (Maybe Natural) Source #

Timing advance value, which corresponds to the length of time a signal takes to reach the base station from a mobile phone.

gsmObj_rxLevel :: Lens' GsmObj (Maybe Int) Source #

Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).

gsmObj_mcc :: Lens' GsmObj Natural Source #

Mobile Country Code.

gsmObj_mnc :: Lens' GsmObj Natural Source #

Mobile Network Code.

gsmObj_lac :: Lens' GsmObj Natural Source #

Location area code.

gsmObj_geranCid :: Lens' GsmObj Natural Source #

GERAN (GSM EDGE Radio Access Network) Cell Global Identifier.