XMAVLink.UDPOutConnection (xmavlink v0.12.0)

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

Functions

close(udp_out_connection)

forward(connection, frame)

handle_info(arg, receiving_connection, dialect)

open(list, controlling_process)