Skip to content

Latest commit

 

History

History
72 lines (36 loc) · 1.85 KB

dbus_transport_tcp.md

File metadata and controls

72 lines (36 loc) · 1.85 KB

Module dbus_transport_tcp

Implements D-Bus connection over TCP.

Copyright (c) 2006-2007 Mikael Magnusson, 2014-2016 Jean Parpaillon

Behaviours: gen_server.

Authors: Mikael Magnusson (mikma@users.sourceforge.net), Jean Parpaillon (jean.parpaillon@free.fr).

Description

Do not support UNIX FD passing

Function Index

code_change/3
connect/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/3

connect(Host, Port, Options) -> 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()