Values.ParticipatingGatewaysSourceSpecify the list of gateways to which you want to send downlink data traffic when the wireless device is running in class B or class C mode.
type nonrec t = {downlinkMode : DownlinkMode.t;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.
*)gatewayList : GatewayList.t;The list of gateways that you want to use for sending the downlink data traffic.
*)transmissionInterval : TransmissionInterval.t;The duration of time for which AWS IoT Core for LoRaWAN will wait before transmitting the payload to the next gateway.
*)}val make :
downlinkMode:DownlinkMode.t ->
gatewayList:GatewayList.t ->
transmissionInterval:TransmissionInterval.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of TransmissionInterval.t
| `List of
[> `Structure of
(string
* [> `Integer of DownlinkFrequency.t
| `String of WirelessGatewayId.t ])
list ]
list ])
list ]