ecall_control v0.0.6 Ecall.Control.Port behaviour
Link to this section Summary
Link to this section Functions
Link to this function
answer(pid)
Link to this function
dial(pid, number)
Link to this function
finish(pid)
Link to this function
hang_up(pid)
Link to this function
init()
Link to this function
open_port(module, pid, name)
Link to this function
reject(pid)
Link to this function
setup(pid, name)
Link to this function
write_command(pid, cmd, value)
Link to this function
write_data(pid, data)
Link to this section Callbacks
Link to this callback
answer(pid)
answer(pid)
answer(pid()) :: :ok
answer(pid()) :: :ok
Link to this callback
dial(pid, binary)
Link to this callback
finish(pid)
finish(pid)
finish(pid()) :: :ok
finish(pid()) :: :ok
Link to this callback
get_event(binary)
Link to this callback
hang_up(pid)
hang_up(pid)
hang_up(pid()) :: :ok
hang_up(pid()) :: :ok
Link to this callback
open_port(pid, binary)
Link to this callback
reject(pid)
reject(pid)
reject(pid()) :: :ok
reject(pid()) :: :ok
Link to this callback
setup(pid, term, term)
Link to this callback
setup_list()
setup_list()
setup_list() :: [term()]
setup_list() :: [term()]
Link to this callback
start_link(list)
Link to this callback