Skip to content

Latest commit

 

History

History
78 lines (39 loc) · 1.89 KB

dbus_transport_unix.md

File metadata and controls

78 lines (39 loc) · 1.89 KB

Module dbus_transport_unix

DBUS transport implementation on UNIX socket.

Copyright (c) 2014 Jean Parpaillon

Behaviours: gen_server.

Authors: Jean Parpaillon (jean.parpaillon@free.fr).

Description

Support UNIX fd passing.

Function Index

code_change/3
connect/2
do_read/3
handle_call/3
handle_cast/2
handle_info/2
init/1
terminate/2

Function Details

code_change/3

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

connect/2

connect(BusOptions, Options) -> any()

do_read/3

do_read(PollID, Sock, Pid) -> any()

handle_call/3

handle_call(Request, From, State) -> any()

handle_cast/2

handle_cast(Request, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(X1) -> any()

terminate/2

terminate(Reason, State) -> any()