| 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.TdscdmaLocalId
Description
Synopsis
Documentation
data TdscdmaLocalId Source #
TD-SCDMA local identification (local Id) information.
See: newTdscdmaLocalId smart constructor.
Constructors
| TdscdmaLocalId' | |
Fields
| |
Instances
Arguments
| :: Natural | |
| -> Natural | |
| -> TdscdmaLocalId |
Create a value of TdscdmaLocalId 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:uarfcn:TdscdmaLocalId', tdscdmaLocalId_uarfcn - TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF
channel number (UARFCN).
$sel:cellParams:TdscdmaLocalId', tdscdmaLocalId_cellParams - Cell parameters for TD-SCDMA.
tdscdmaLocalId_uarfcn :: Lens' TdscdmaLocalId Natural Source #
TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number (UARFCN).
tdscdmaLocalId_cellParams :: Lens' TdscdmaLocalId Natural Source #
Cell parameters for TD-SCDMA.