View Source Tello.Client (Tello v0.3.0)

The Tello Client as a supervisor.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Link to this section Types

@type init_arg() :: [
  controller: Tello.Controller.init_arg(),
  status_listener: Tello.StatusListener.init_arg()
]

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

start_link(list, init_arg)

View Source
@spec start_link([], init_arg()) :: :ignore | {:error, any()} | {:ok, pid()}

Start a client