Module Values.ParticipatingGatewaysSource

Specify 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.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. gatewayList : GatewayList.t;
    (*

    The list of gateways that you want to use for sending the downlink data traffic.

    *)
  3. transmissionInterval : TransmissionInterval.t;
    (*

    The duration of time for which AWS IoT Core for LoRaWAN will wait before transmitting the payload to the next gateway.

    *)
}
Sourceval context_ : string
Sourceval make : downlinkMode:DownlinkMode.t -> gatewayList:GatewayList.t -> transmissionInterval:TransmissionInterval.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t