Values.LoRaWANMulticastSessionSourceThe LoRaWAN information used with the multicast session.
type nonrec t = {dlDr : DlDr.t option;dlFreq : DlFreq.t option;sessionStartTime : SessionStartTimeTimestamp.t option;sessionTimeout : SessionTimeout.t option;pingSlotPeriod : PingSlotPeriod.t option;The PingSlotPeriod value.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of DlDr.t | `Timestamp of SessionStartTimeTimestamp.t ])
list ]