| 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.LoRaWANSendDataToDevice
Description
Synopsis
Documentation
data LoRaWANSendDataToDevice Source #
LoRaWAN router info.
See: newLoRaWANSendDataToDevice smart constructor.
Constructors
| LoRaWANSendDataToDevice' | |
Fields
| |
Instances
newLoRaWANSendDataToDevice :: LoRaWANSendDataToDevice Source #
Create a value of LoRaWANSendDataToDevice 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:fPort:LoRaWANSendDataToDevice', loRaWANSendDataToDevice_fPort - Undocumented member.
$sel:participatingGateways:LoRaWANSendDataToDevice', loRaWANSendDataToDevice_participatingGateways - Choose the gateways that you want to use for the downlink data traffic
when the wireless device is running in class B or class C mode.
loRaWANSendDataToDevice_fPort :: Lens' LoRaWANSendDataToDevice (Maybe Natural) Source #
Undocumented member.
loRaWANSendDataToDevice_participatingGateways :: Lens' LoRaWANSendDataToDevice (Maybe ParticipatingGateways) Source #
Choose the gateways that you want to use for the downlink data traffic when the wireless device is running in class B or class C mode.