XMAVLink.UDPOutConnection (xmavlink v0.10.1)

Copy Markdown View Source

XMAVLink.Router delegate for UDP connections

Summary

Types

t()

@type t() :: %XMAVLink.UDPOutConnection{
  address: XMAVLink.Types.net_address(),
  port: XMAVLink.Types.net_port(),
  socket: pid(),
  worker: pid() | nil
}

Functions

close(udp_out_connection)

forward(connection, frame)

handle_info(arg, receiving_connection, dialect)

open(list, controlling_process)