Port.info

You're seeing just the function info, go back to Port module for more information.

Specs

info(port()) :: keyword() | nil

Returns information about the port or nil if the port is closed.

For more information, see :erlang.port_info/1.

Specs

info(port(), atom()) :: {atom(), term()} | nil

Returns information about the port or nil if the port is closed.

For more information, see :erlang.port_info/2.