Module Values.SidewalkSendDataToDeviceSource

Information about a Sidewalk router.

Sourcetype nonrec t = {
  1. seq : Seq.t option;
    (*

    The sequence number.

    *)
  2. messageType : MessageType.t option;
  3. ackModeRetryDurationSecs : AckModeRetryDurationSecs.t option;
    (*

    The duration of time in seconds to retry sending the ACK.

    *)
}
Sourceval make : ?seq:??? -> ?messageType:??? -> ?ackModeRetryDurationSecs:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Seq.t ]) 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