Values.DownlinkConnectionDetailsSourceConnection details for Ground Station to Agent and Agent to customer
type nonrec t = {agentIpAndPortAddress : RangedConnectionDetails.t;egressAddressAndPort : ConnectionDetails.t;}val make :
agentIpAndPortAddress:RangedConnectionDetails.t ->
egressAddressAndPort:ConnectionDetails.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of RangedConnectionDetailsMtuInteger.t
| `Structure of
(string
* [> `Integer of Integer.t
| `String of IpV4Address.t
| `Structure of
(string * [> `Integer of Integer.t ]) list ])
list ])
list ])
list ]