Elixir v1.0.5 Port

Functions related to Erlang ports.

Summary

Functions

call(port, operation, data)

See http://www.erlang.org/doc/man/erlang.html#port_call-3.

Inlined by the compiler.

close(port)

See http://www.erlang.org/doc/man/erlang.html#port_close-1.

Inlined by the compiler.

command(port, data, options \\ [])

See http://www.erlang.org/doc/man/erlang.html#port_command-2.

Inlined by the compiler.

connect(port, pid)

See http://www.erlang.org/doc/man/erlang.html#port_connect-2.

Inlined by the compiler.

control(port, operation, data)

See http://www.erlang.org/doc/man/erlang.html#port_control-3.

Inlined by the compiler.

info(port)

See http://www.erlang.org/doc/man/erlang.html#port_info-1.

Inlined by the compiler.

info(port, item)

See http://www.erlang.org/doc/man/erlang.html#port_info-2.

Inlined by the compiler.

list()

See http://www.erlang.org/doc/man/erlang.html#ports-0.

Inlined by the compiler.

open(name, settings)

See http://www.erlang.org/doc/man/erlang.html#open_port-2.

Inlined by the compiler.