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()
}

Link to this section Functions

Link to this function

connect(list, controlling_process)

View Source
Link to this function

forward(tcp_out_connection, frame)

View Source
Link to this function

handle_info(arg, receiving_connection, dialect)

View Source