XMAVLink.SerialConnection (xmavlink v0.11.1)

Copy Markdown 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(),
  worker: pid() | nil
}

Functions

close(serial_connection)

forward(connection, frame)

handle_info(arg, receiving_connection, dialect)

open(list, controlling_process)