3bad6245306d7741b340b798c4344da9336cfc2f
[NetworkManager.git] / introspection / nm-device-wimax.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
4   <interface name="org.freedesktop.NetworkManager.Device.WiMax">
5     <method name="GetNspList">
6       <arg name="nsps" type="ao" direction="out">
7         <tp:docstring>
8           List of NSP object paths
9         </tp:docstring>
10       </arg>
11       <tp:docstring>
12         Get the list of NSPs visible to this device.
13       </tp:docstring>
14     </method>
15
16     <property name="Nsps" type="ao" access="read">
17       <tp:docstring>
18         List of object paths of Network Service Providers (NSPs) visible to this
19         WiMAX device.
20       </tp:docstring>
21     </property>
22
23     <property name="HwAddress" type="s" access="read">
24       <tp:docstring>
25         Hardware address of the device.
26       </tp:docstring>
27     </property>
28
29     <property name="CenterFrequency" type="u" access="read">
30       <tp:docstring>
31         Center frequency (in KHz) of the radio channel the device is using to
32         communicate with the network when connected.  Has no meaning when the
33         device is not connected.
34       </tp:docstring>
35     </property>
36
37     <property name="Rssi" type="i" access="read">
38       <tp:docstring>
39         RSSI of the current radio link in dBm.  This value indicates how strong
40         the raw received RF signal from the base station is, but does not
41         indicate the overall quality of the radio link.  Has no meaning when the
42         device is not connected.
43       </tp:docstring>
44     </property>
45
46     <property name="Cinr" type="i" access="read">
47       <tp:docstring>
48         CINR (Carrier to Interference + Noise Ratio) of the current radio link
49         in dB.  CINR is a more accurate measure of radio link quality.  Has no
50         meaning when the device is not connected.
51       </tp:docstring>
52     </property>
53
54     <property name="TxPower" type="i" access="read">
55       <tp:docstring>
56         Average power of the last burst transmitted by the device, in units of
57         0.5 dBm.  i.e. a TxPower of -11 represents an actual device TX power of
58         -5.5 dBm.  Has no meaning when the device is not connected.
59       </tp:docstring>
60     </property>
61
62     <property name="Bsid" type="s" access="read">
63       <tp:docstring>
64         The ID of the serving base station as received from the network.  Has
65         no meaning when the device is not connected.
66       </tp:docstring>
67     </property>
68
69     <property name="ActiveNsp" type="o" access="read">
70       <tp:docstring>
71         Object path of the NSP currently used by the WiMax device.
72       </tp:docstring>
73     </property>
74
75     <signal name="PropertiesChanged">
76         <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
77             <tp:docstring>
78                 A dictionary mapping property names to variant boxed values.
79             </tp:docstring>
80         </arg>
81         <tp:docstring>
82             Emitted when the WiMax device's properties changed.
83         </tp:docstring>
84     </signal>
85
86     <signal name="NspAdded">
87         <arg name="nsp" type="o">
88             <tp:docstring>
89                 The object path of the newly found NSP.
90             </tp:docstring>
91         </arg>
92         <tp:docstring>
93             Emitted when a new NSP is found by the device.
94         </tp:docstring>
95     </signal>
96
97     <signal name="NspRemoved">
98       <arg name="nsp" type="o">
99             <tp:docstring>
100                 The object path of the NSP that has disappeared.
101             </tp:docstring>
102         </arg>
103         <tp:docstring>
104             Emitted when an NSP disappears from view of the device.
105         </tp:docstring>
106     </signal>
107
108   </interface>
109 </node>