Skip to content

Latest commit

 

History

History
94 lines (94 loc) · 3.18 KB

com.meego.usb_moded.xml

File metadata and controls

94 lines (94 loc) · 3.18 KB
 
1
2
3
4
5
6
7
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/com/meego/usb_moded">
<interface name="com.meego.usb_moded">
<method name="mode_request">
<arg name="mode" type="s" direction="out"/>
</method>
Feb 7, 2019
Feb 7, 2019
8
9
10
<method name="get_target_state">
<arg name="mode" type="s" direction="out"/>
</method>
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
<method name="set_mode">
<arg name="mode" type="s" direction="in"/>
<arg name="mode" type="s" direction="out"/>
</method>
<method name="set_config">
<arg name="config" type="s" direction="in"/>
<arg name="config" type="s" direction="out"/>
</method>
<method name="net_config">
<arg name="key" type="s" direction="in"/>
<arg name="value" type="s" direction="in"/>
<arg name="key" type="s" direction="out"/>
<arg name="value" type="s" direction="out"/>
</method>
<method name="get_net_config">
<arg name="key" type="s" direction="in"/>
<arg name="key" type="s" direction="out"/>
<arg name="value" type="s" direction="out"/>
</method>
<method name="get_config">
<arg name="mode" type="s" direction="out"/>
</method>
<method name="get_modes">
<arg name="modes" type="s" direction="out"/>
</method>
Aug 11, 2017
Aug 11, 2017
36
37
38
<method name="get_available_modes">
<arg name="modes" type="s" direction="out"/>
</method>
Apr 4, 2016
Apr 4, 2016
39
40
41
42
43
44
45
46
47
48
49
<method name="hide_mode">
<arg name="mode" type="s" direction="in"/>
<arg name="mode" type="s" direction="out"/>
</method>
<method name="unhide_mode">
<arg name="mode" type="s" direction="in"/>
<arg name="mode" type="s" direction="out"/>
</method>
<method name="get_hidden">
<arg name="modes" type="s" direction="out"/>
</method>
Aug 11, 2017
Aug 11, 2017
50
51
52
53
54
55
56
57
58
59
<method name="get_whitelisted_modes">
<arg name="modes" type="s" direction="out"/>
</method>
<method name="set_whitelisted_modes">
<arg name="modes" type="s" direction="in"/>
</method>
<method name="set_whitelisted">
<arg name="mode" type="s" direction="in"/>
<arg name="whitelisted" type="b" direction="in"/>
</method>
60
61
<method name="rescue_off"/>
<signal name="sig_usb_state_ind">
Feb 7, 2019
Feb 7, 2019
62
63
64
<arg name="mode_or_event" type="s"/>
</signal>
<signal name="sig_usb_current_state_ind">
65
66
<arg name="mode" type="s"/>
</signal>
Feb 7, 2019
Feb 7, 2019
67
68
69
70
71
72
<signal name="sig_usb_target_state_ind">
<arg name="mode" type="s"/>
</signal>
<signal name="sig_usb_event_ind">
<arg name="event" type="s"/>
</signal>
73
74
75
76
77
78
<signal name="sig_usb_state_error_ind">
<arg name="error" type="s"/>
</signal>
<signal name="sig_usb_supported_modes_ind">
<arg name="modes" type="s"/>
</signal>
Aug 11, 2017
Aug 11, 2017
79
80
81
<signal name="sig_usb_available_modes_ind">
<arg name="modes" type="s"/>
</signal>
May 26, 2015
May 26, 2015
82
83
84
85
86
<signal name="sig_usb_config_ind">
<arg name="section" type="s"/>
<arg name="key" type="s"/>
<arg name="value" type="s"/>
</signal>
Apr 4, 2016
Apr 4, 2016
87
88
89
<signal name="sig_usb_hidden_modes_ind">
<arg name="modes" type="s"/>
</signal>
Aug 11, 2017
Aug 11, 2017
90
91
92
<signal name="sig_usb_whitelisted_modes_ind">
<arg name="modes" type="s"/>
</signal>
93
94
</interface>
</node>