| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
ParticipatingGateways |
ParticipatingGateways.clone() |
ParticipatingGateways |
LoRaWANSendDataToDevice.getParticipatingGateways()
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.
|
ParticipatingGateways |
ParticipatingGateways.withDownlinkMode(DownlinkMode downlinkMode)
Indicates whether to send the downlink message in sequential mode or concurrent mode, or to use only the chosen
gateways from the previous uplink message transmission.
|
ParticipatingGateways |
ParticipatingGateways.withDownlinkMode(String downlinkMode)
Indicates whether to send the downlink message in sequential mode or concurrent mode, or to use only the chosen
gateways from the previous uplink message transmission.
|
ParticipatingGateways |
ParticipatingGateways.withGatewayList(Collection<GatewayListItem> gatewayList)
The list of gateways that you want to use for sending the downlink data traffic.
|
ParticipatingGateways |
ParticipatingGateways.withGatewayList(GatewayListItem... gatewayList)
The list of gateways that you want to use for sending the downlink data traffic.
|
ParticipatingGateways |
ParticipatingGateways.withTransmissionInterval(Integer transmissionInterval)
The duration of time for which AWS IoT Core for LoRaWAN will wait before transmitting the payload to the next
gateway.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoRaWANSendDataToDevice.setParticipatingGateways(ParticipatingGateways 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 |
LoRaWANSendDataToDevice.withParticipatingGateways(ParticipatingGateways 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.
|
Copyright © 2025. All rights reserved.