summaryrefslogtreecommitdiff
path: root/dbusInterfaces/DBusReceive.xml
blob: f3328ca013b9c4950cf6b13f87fe9c2420b27c32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<node>  
	<interface name="com.genivi.routing">    
	<method name="registerSource">      
		<arg name="name" type="s" direction="in" />      
		<arg name="audioclass" type="s" direction="in" /> 
		<arg name="domain" type="s" direction="in"/>  
		<arg name="assigned_adress" type="i" direction="out"/>
	</method>    
	<method name="registerDomain">
		<arg name="name" type="s" direction="in" />      
		<arg name="node" type="s" direction="in" /> 
		<arg name="earlymode" type="b" direction="in"/>  
		<arg name="assigned_adress" type="i" direction="out"/>
	</method>	
	<method name="registerSink">
		<arg name="name" type="s" direction="in" />      
		<arg name="sinkclass" type="s" direction="in" /> 
		<arg name="domain" type="s" direction="in"/>  
		<arg name="assigned_adress" type="i" direction="out"/>
	</method>
	<method name="registerGateway">
		<arg name="name" type="s" direction="in" />  
		<arg name="sink" type="s" direction="in" /> 
		<arg name="source" type="s" direction="in" />       
		<arg name="domainSource" type="s" direction="in"/> 
		<arg name="domainSink" type="s" direction="in"/>  
		<arg name="controlDomain" type="s" direction="in"/>  
		<arg name="assigned_adress" type="i" direction="out"/>
	</method>
	<method name="peekDomain">
		<arg name="name" type="s" direction="in" />  
		<arg name="assigned_adress" type="i" direction="out"/>
	</method>
	<method name="ackConnect">
		<arg name="handle" type="i" direction="in" />  
		<arg name="error" type="i" direction="in"/>
	</method>

	<signal name="signal_systemReady"/>
</node>