Module Values.LoRaWANSendDataToDeviceSource

LoRaWAN router info.

Sourcetype nonrec t = {
  1. fPort : FPort.t option;
  2. participatingGateways : ParticipatingGateways.t option;
    (*

    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.

    *)
}
Sourceval make : ?fPort:??? -> ?participatingGateways:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of FPort.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 ]) 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