View Source MAVLink.TCPOutConnection (xmavlink v0.1.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() :: %MAVLink.TCPOutConnection{ address: MAVLink.Types.net_address(), buffer: binary(), port: MAVLink.Types.net_port(), socket: pid() }