XMAVLink.UDPInConnection (xmavlink v0.4.3)

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

Functions

connect(list, controlling_process)

forward(udp_in_connection, frame)

handle_info(arg, receiving_connection, dialect)