View Source XMAVLink.TCPOutConnection (xmavlink v0.3.0)
MAVLink.Router delegate for TCP connections Typically used to connect to SITL on port 5760
Link to this section Summary
Link to this section Types
@type t() :: %XMAVLink.TCPOutConnection{ address: XMAVLink.Types.net_address(), buffer: binary(), port: XMAVLink.Types.net_port(), socket: pid() }