XMAVLink.TCPOutConnection (xmavlink v0.4.3)

View Source

MAVLink.Router delegate for TCP connections Typically used to connect to SITL on port 5760

Summary

Types

t()

@type t() :: %XMAVLink.TCPOutConnection{
  address: XMAVLink.Types.net_address(),
  buffer: binary(),
  port: XMAVLink.Types.net_port(),
  socket: pid()
}

Functions

connect(list, controlling_process)

forward(tcp_out_connection, frame)

handle_info(arg, receiving_connection, dialect)