Values.LoRaWANMulticastSourceThe LoRaWAN information that is to be used with the multicast group.
type nonrec t = {rfRegion : SupportedRfRegion.t option;dlClass : DlClass.t option;participatingGateways : ParticipatingGatewaysMulticast.t option;}val 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 ]