Warning, /frameworks/networkmanager-qt/src/dbus/introspection/org.freedesktop.NetworkManager.Device.WiMax.xml is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <node name="/">
0003 <interface name="org.freedesktop.NetworkManager.Device.WiMax">
0004
0005 <!--
0006 GetNspList:
0007 @nsps: List of NSP object paths
0008
0009 Get the list of NSPs visible to this device.
0010 -->
0011 <method name="GetNspList">
0012 <arg name="nsps" type="ao" direction="out"/>
0013 </method>
0014
0015 <!--
0016 Nsps:
0017
0018 List of object paths of Network Service Providers (NSPs) visible to this
0019 WiMAX device.
0020 -->
0021 <property name="Nsps" type="ao" access="read"/>
0022
0023 <!--
0024 HwAddress:
0025
0026 Hardware address of the device.
0027 -->
0028 <property name="HwAddress" type="s" access="read"/>
0029
0030 <!--
0031 CenterFrequency:
0032
0033 Center frequency (in KHz) of the radio channel the device is using to
0034 communicate with the network when connected. Has no meaning when the
0035 device is not connected.
0036 -->
0037 <property name="CenterFrequency" type="u" access="read"/>
0038
0039 <!--
0040 Rssi:
0041
0042 RSSI of the current radio link in dBm. This value indicates how strong the
0043 raw received RF signal from the base station is, but does not indicate the
0044 overall quality of the radio link. Has no meaning when the device is not
0045 connected.
0046 -->
0047 <property name="Rssi" type="i" access="read"/>
0048
0049 <!--
0050 Cinr:
0051
0052 CINR (Carrier to Interference + Noise Ratio) of the current radio link in
0053 dB. CINR is a more accurate measure of radio link quality. Has no meaning
0054 when the device is not connected.
0055 -->
0056 <property name="Cinr" type="i" access="read"/>
0057
0058 <!--
0059 TxPower:
0060
0061 Average power of the last burst transmitted by the device, in units of 0.5
0062 dBm. i.e. a TxPower of -11 represents an actual device TX power of -5.5
0063 dBm. Has no meaning when the device is not connected.
0064 -->
0065 <property name="TxPower" type="i" access="read"/>
0066
0067 <!--
0068 Bsid:
0069
0070 The ID of the serving base station as received from the network. Has no
0071 meaning when the device is not connected.
0072 -->
0073 <property name="Bsid" type="s" access="read"/>
0074
0075 <!--
0076 ActiveNsp:
0077
0078 Object path of the NSP currently used by the WiMax device.
0079 -->
0080 <property name="ActiveNsp" type="o" access="read"/>
0081
0082 <!--
0083 PropertiesChanged:
0084 @properties: A dictionary mapping property names to variant boxed values.
0085
0086 DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
0087 -->
0088 <signal name="PropertiesChanged">
0089 <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
0090 <arg name="properties" type="a{sv}" direction="In"/>
0091 </signal>
0092
0093 <!--
0094 NspAdded:
0095 @nsp: The object path of the newly found NSP.
0096
0097 Emitted when a new NSP is found by the device.
0098 -->
0099 <signal name="NspAdded">
0100 <arg name="nsp" type="o"/>
0101 </signal>
0102
0103 <!--
0104 NspRemoved:
0105 @nsp: The object path of the NSP that has disappeared.
0106
0107 Emitted when an NSP disappears from view of the device.
0108 -->
0109 <signal name="NspRemoved">
0110 <arg name="nsp" type="o"/>
0111 </signal>
0112 </interface>
0113 </node>