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.TdscdmaObj

Description

 
Synopsis

Documentation

data TdscdmaObj Source #

TD-SCDMA object.

See: newTdscdmaObj smart constructor.

Constructors

TdscdmaObj' 

Fields

Instances

Instances details
ToJSON TdscdmaObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.TdscdmaObj

Generic TdscdmaObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.TdscdmaObj

Associated Types

type Rep TdscdmaObj :: Type -> Type #

Read TdscdmaObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.TdscdmaObj

Show TdscdmaObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.TdscdmaObj

NFData TdscdmaObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.TdscdmaObj

Methods

rnf :: TdscdmaObj -> () #

Eq TdscdmaObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.TdscdmaObj

Hashable TdscdmaObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.TdscdmaObj

type Rep TdscdmaObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.TdscdmaObj

newTdscdmaObj Source #

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_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_utranCid :: Lens' TdscdmaObj Natural Source #

UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.