| auth/2 | |
| cancel/1 | |
| close/1 | |
| code_change/3 | |
| get_cmd_status/1 | |
| get_parameter/2 | |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| initializing/2 | |
| on_message/2 | |
| set_notice_receiver/2 | |
| start_link/0 | |
| terminate/2 |
auth(Other, State) -> any()
cancel(S) -> any()
close(C) -> any()
code_change(OldVsn, State, Extra) -> any()
get_cmd_status(C) -> any()
get_parameter(C, Name) -> any()
handle_call(Command, From, State) -> any()
handle_cast(Req, State) -> any()
handle_info(X1, State) -> any()
init(X1) -> any()
initializing(Error, State) -> any()
on_message(Error, State) -> any()
set_notice_receiver(C, PidOrName) -> any()
start_link() -> any()
terminate(Reason, State) -> any()
Generated by EDoc, Jun 8 2019, 19:00:33.