XMAVLink.UDPInConnection (xmavlink v0.9.0)

Copy Markdown View Source

MXAVLink.Router delegate for UDP connections

Summary

Types

t()

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

Functions

close(udp_in_connection)

forward(connection, frame)

handle_info(arg, receiving_connection, dialect)

handle_info(message, receiving_connection, dialect, worker)

open(list, controlling_process)