using dlog for logging
[profile/ivi/message-port.git] / common / org.tizen.messageport.Service.xml
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
2 <node>
3   <interface name="org.tizen.messageport.Service">
4     <property name="Id" type="u" access="read"/>
5     <property name="PortName" type="s" access="read"/>
6     <property name="IsTrusted" type="b" access="read"/>
7     <method name="unregister"/>
8     <method name="sendMessage">
9       <arg name="remote_service_id" type="u" direction="in"/>
10       <arg name="data" type="a{sv}" direction="in"/>
11     </method>
12     <signal name="onMessage">
13       <arg name="data" type="a{sv}"/>
14       <arg name="remote_app_id" type="s"/>
15       <arg name="remote_port_name" type="s"/>
16       <arg name="remote_is_trusted" type="b"/>
17     </signal>
18     <signal name="unregistered"/>
19   </interface>
20 </node>