Module teleport_link

Behaviours: gen_statem.

Function Index

abcast/3
blocking_call/5
call/5
callback_mode/0
cast/4
close_channel/1
code_change/4
connect/3
get_connection/1
init/1
new_channel/1
recv_channel/2
sbcast/3
send_channel/3
start_link/1
start_link/2
terminate/3
wait_for_data/3
wait_handshake/3

Function Details

abcast/3

abcast(Rest, ProcName, Msg) -> any()

blocking_call/5

blocking_call(Name, Mod, Fun, Args, Timeout) -> any()

call/5

call(Name, Mod, Fun, Args, Timeout) -> any()

callback_mode/0

callback_mode() -> any()

cast/4

cast(Name, Mod, Fun, Args) -> any()

close_channel/1

close_channel(X1) -> any()

code_change/4

code_change(OldVsn, State, Data, Extra) -> any()

connect/3

connect(EventType, EventContent, Data) -> any()

get_connection/1

get_connection(Client) -> any()

init/1

init(X1) -> any()

new_channel/1

new_channel(Name) -> any()

recv_channel/2

recv_channel(X1, Timeout) -> any()

sbcast/3

sbcast(Names, ProcName, Msg) -> any()

send_channel/3

send_channel(X1, To, Msg) -> any()

start_link/1

start_link(Config) -> any()

start_link/2

start_link(Name, Config) -> any()

terminate/3

terminate(Reason, State, Data) -> any()

wait_for_data/3

wait_for_data(EventType, EventContent, Data) -> any()

wait_handshake/3

wait_handshake(EventType, EventContent, Data) -> any()


Generated by EDoc