Values.DownlinkQueueMessageSourceThe message in the downlink queue.
type nonrec t = {messageId : MessageId.t option;The message ID assigned by IoT Wireless to each downlink message, which helps identify the message.
*)transmitMode : TransmitMode.t option;The transmit mode to use for sending data to the wireless device. This can be 0 for UM (unacknowledge mode) or 1 for AM (acknowledge mode).
*)receivedAt : ISODateTimeString.t option;The time at which Iot Wireless received the downlink message.
*)loRaWAN : LoRaWANSendDataToDevice.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of TransmitMode.t
| `String of MessageId.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 ])
list ]