XMAVLink.UDPInConnection (xmavlink v0.12.1)

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(),
  signing: XMAVLink.Signing.t() | nil,
  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)

handle_info(arg, atom, dialect, worker, signing)

open(list, controlling_process)