DBUS transport implementation on UNIX socket.
Copyright (c) 2014 Jean Parpaillon
Behaviours: gen_server
.
Authors: Jean Parpaillon (jean.parpaillon@free.fr
).
code_change/3 | |
connect/2 | |
do_read/3 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
init/1 | |
terminate/2 |
code_change(OldVsn, State, Extra) -> any()
connect(BusOptions, Options) -> any()
do_read(PollID, Sock, Pid) -> any()
handle_call(Request, From, State) -> any()
handle_cast(Request, State) -> any()
handle_info(Info, State) -> any()
init(X1) -> any()
terminate(Reason, State) -> any()