| 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.CdmaLocalId
Description
Synopsis
Documentation
data CdmaLocalId Source #
CDMA local ID information, which corresponds to the local identification parameters of a CDMA cell.
See: newCdmaLocalId smart constructor.
Constructors
| CdmaLocalId' | |
Fields
| |
Instances
Create a value of CdmaLocalId 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:pnOffset:CdmaLocalId', cdmaLocalId_pnOffset - Pseudo-noise offset, which is a characteristic of the signal from a cell
on a radio tower.
$sel:cdmaChannel:CdmaLocalId', cdmaLocalId_cdmaChannel - CDMA channel information.
cdmaLocalId_pnOffset :: Lens' CdmaLocalId Natural Source #
Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.
cdmaLocalId_cdmaChannel :: Lens' CdmaLocalId Natural Source #
CDMA channel information.