View Source enet_channel_srv (enet v1.0.0)

Summary

Functions

Link to this function

code_change(OldVsn, S0, Extra)

View Source
Link to this function

handle_call(Msg, From, S0)

View Source
Link to this function

recv_reliable(Channel, _)

View Source
Link to this function

recv_unreliable(Channel, _)

View Source
Link to this function

recv_unsequenced(Channel, _)

View Source
Link to this function

send_reliable(Channel, Data)

View Source
-spec send_reliable(pid(), term()) -> ok.
Link to this function

send_unreliable(Channel, Data)

View Source
-spec send_unreliable(pid(), term()) -> ok.
Link to this function

send_unsequenced(Channel, Data)

View Source
-spec send_unsequenced(pid(), term()) -> ok.
Link to this function

set_worker(Channel, Worker)

View Source
-spec start_link(term(), term()) -> Result
                    when Result :: {ok, Pid :: pid()} | ignore | {error, Reason :: term()}.
-spec stop(pid()) -> ok.