Module iconv_null_srv

Behaviours: gen_server.

Function Index

start/0 Starts the server.
start_link/0 Starts the server.
stop/0 Stops the server.

Function Details

start/0

start() -> {ok, Pid::pid()} | ignore | {error, Reason::term()}

Starts the server

start_link/0

start_link() -> {ok, Pid::pid()} | ignore | {error, Reason::term()}

Starts the server

stop/0

stop() -> ok | {error, Reason::term()}

Stops the server


Generated by EDoc