Module Values.LoRaWANMulticastSource

The LoRaWAN information that is to be used with the multicast group.

Sourcetype nonrec t = {
  1. rfRegion : SupportedRfRegion.t option;
  2. dlClass : DlClass.t option;
  3. participatingGateways : ParticipatingGatewaysMulticast.t option;
}
Sourceval make : ?rfRegion:??? -> ?dlClass:??? -> ?participatingGateways:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Integer of TransmissionIntervalMulticast.t | `List of [> `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