XMAVLink.TCPOutConnection (xmavlink v0.10.0)

Copy Markdown 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(),
  worker: pid() | nil
}

Functions

close(tcp_out_connection)

forward(connection, frame)

handle_info(arg, receiving_connection, dialect)

open(list, controlling_process)