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

Description

 
Synopsis

Documentation

data WcdmaObj Source #

WCDMA.

See: newWcdmaObj smart constructor.

Constructors

WcdmaObj' 

Fields

Instances

Instances details
ToJSON WcdmaObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WcdmaObj

Generic WcdmaObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WcdmaObj

Associated Types

type Rep WcdmaObj :: Type -> Type #

Methods

from :: WcdmaObj -> Rep WcdmaObj x #

to :: Rep WcdmaObj x -> WcdmaObj #

Read WcdmaObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WcdmaObj

Show WcdmaObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WcdmaObj

NFData WcdmaObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WcdmaObj

Methods

rnf :: WcdmaObj -> () #

Eq WcdmaObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WcdmaObj

Hashable WcdmaObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WcdmaObj

Methods

hashWithSalt :: Int -> WcdmaObj -> Int #

hash :: WcdmaObj -> Int #

type Rep WcdmaObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WcdmaObj

newWcdmaObj Source #

Create a value of WcdmaObj 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:WcdmaObj', wcdmaObj_lac - Location Area Code.

WcdmaObj, wcdmaObj_pathLoss - Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.

WcdmaObj, wcdmaObj_rscp - Received Signal Code Power (signal power) (dBm).

$sel:wcdmaLocalId:WcdmaObj', wcdmaObj_wcdmaLocalId - WCDMA local ID information.

$sel:wcdmaNmr:WcdmaObj', wcdmaObj_wcdmaNmr - WCDMA object for network measurement reports.

$sel:mcc:WcdmaObj', wcdmaObj_mcc - Mobile Country Code.

$sel:mnc:WcdmaObj', wcdmaObj_mnc - Mobile Network Code.

WcdmaObj, wcdmaObj_utranCid - UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.

wcdmaObj_lac :: Lens' WcdmaObj (Maybe Natural) Source #

Location Area Code.

wcdmaObj_pathLoss :: Lens' WcdmaObj (Maybe Natural) Source #

Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.

wcdmaObj_rscp :: Lens' WcdmaObj (Maybe Int) Source #

Received Signal Code Power (signal power) (dBm).

wcdmaObj_wcdmaNmr :: Lens' WcdmaObj (Maybe (NonEmpty WcdmaNmrObj)) Source #

WCDMA object for network measurement reports.

wcdmaObj_mcc :: Lens' WcdmaObj Natural Source #

Mobile Country Code.

wcdmaObj_mnc :: Lens' WcdmaObj Natural Source #

Mobile Network Code.

wcdmaObj_utranCid :: Lens' WcdmaObj Natural Source #

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