| 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.FPorts
Description
Synopsis
- data FPorts = FPorts' {}
- newFPorts :: FPorts
- fPorts_applications :: Lens' FPorts (Maybe [ApplicationConfig])
- fPorts_clockSync :: Lens' FPorts (Maybe Natural)
- fPorts_fuota :: Lens' FPorts (Maybe Natural)
- fPorts_multicast :: Lens' FPorts (Maybe Natural)
- fPorts_positioning :: Lens' FPorts (Maybe Positioning)
Documentation
List of FPort assigned for different LoRaWAN application packages to use
See: newFPorts smart constructor.
Constructors
| FPorts' | |
Fields
| |
Instances
Create a value of FPorts 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:applications:FPorts', fPorts_applications - Optional LoRaWAN application information, which can be used for
geolocation.
FPorts, fPorts_clockSync - Undocumented member.
$sel:fuota:FPorts', fPorts_fuota - Undocumented member.
$sel:multicast:FPorts', fPorts_multicast - Undocumented member.
$sel:positioning:FPorts', fPorts_positioning - FPort values for the GNSS, stream, and ClockSync functions of the
positioning information.
fPorts_applications :: Lens' FPorts (Maybe [ApplicationConfig]) Source #
Optional LoRaWAN application information, which can be used for geolocation.
fPorts_positioning :: Lens' FPorts (Maybe Positioning) Source #
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.