Copyright © 2015-2018 Jörgen Brandt
Version: 0.1.8
This module defines the cre_client behaviour.
Required callback functions: init/1, is_value/2, step/2, recv/3.
Authors: Jörgen Brandt (joergen.brandt@onlinehome.de).
code_change/3 | |
cre_reply/4 | |
eval/2 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
init/1 | |
start_link/3 | |
start_link/4 | |
stop/1 | |
terminate/2 |
code_change(OldVsn, State, Extra) -> any()
cre_reply(ClientName, I, A, Delta) -> any()
eval(ClientName, E) -> any()
handle_call(Request, From, ClientState) -> any()
handle_cast(Request, ClientState) -> any()
handle_info(Info, ClientState) -> any()
init(X1) -> any()
start_link(CreName, ClientMod, ClientArg) -> any()
start_link(ClientName, CreName, ClientMod, ClientArg) -> any()
stop(ClientName) -> any()
terminate(Reason, ClientState) -> any()
Generated by EDoc