Behaviours: gen_statem.
abcast(Rest, ProcName, Msg) -> any()
blocking_call(Name, Mod, Fun, Args, Timeout) -> any()
call(Name, Mod, Fun, Args, Timeout) -> any()
callback_mode() -> any()
cast(Name, Mod, Fun, Args) -> any()
close_channel(X1) -> any()
code_change(OldVsn, State, Data, Extra) -> any()
connect(EventType, EventContent, Data) -> any()
get_connection(Client) -> any()
init(X1) -> any()
new_channel(Name) -> any()
recv_channel(X1, Timeout) -> any()
sbcast(Names, ProcName, Msg) -> any()
send_channel(X1, To, Msg) -> any()
start_link(Config) -> any()
start_link(Name, Config) -> any()
terminate(Reason, State, Data) -> any()
wait_for_data(EventType, EventContent, Data) -> any()
wait_handshake(EventType, EventContent, Data) -> any()
Generated by EDoc