References
| start_link/3 | Start tcp-listener of the rpc-server. |
| stop/0 | Stop tcp-listener(s). |
start_link(Module, Args, Option) -> ok | {error, any()}
Module = module()Args = [any()]Option = #tcp_server_params{}
Start tcp-listener of the rpc-server
stop() -> ok
Stop tcp-listener(s)
Generated by EDoc