XMAVLink.SerialConnection (xmavlink v0.4.3)

View Source

XMAVLink.Router delegate for Serial connections

Summary

Types

t()

@type t() :: %XMAVLink.SerialConnection{
  baud: non_neg_integer(),
  buffer: binary(),
  port: binary(),
  uart: pid()
}

Functions

connect(list, controlling_process)

forward(serial_connection, frame)

handle_info(arg, receiving_connection, dialect)