Warning, /frameworks/modemmanager-qt/src/dbus/introspection/org.freedesktop.ModemManager1.Modem.Signal.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8" ?>
0002 
0003 <!--
0004  ModemManager 0.8 Interface Specification
0005 
0006    Copyright (C) 2013 Aleksander Morgado <aleksander@gnu.org>
0007 -->
0008 
0009 <node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
0010 
0011   <!--
0012       org.freedesktop.ModemManager1.Modem.Signal:
0013       @short_description: The ModemManager Signal interface.
0014 
0015       This interface provides access to extended signal quality information.
0016   -->
0017   <interface name="org.freedesktop.ModemManager1.Modem.Signal">
0018 
0019     <!--
0020         Setup:
0021         @rate: refresh rate to set, in seconds. 0 to disable retrieval.
0022 
0023         Setup extended signal quality information retrieval.
0024     -->
0025     <method name="Setup">
0026       <arg name="rate" type="u" direction="in" />
0027     </method>
0028 
0029     <!--
0030         Rate:
0031 
0032         Refresh rate for the extended signal quality information updates,
0033         in seconds. A value of 0 disables the retrieval of the values.
0034     -->
0035     <property name="Rate" type="u" access="read" />
0036 
0037     <!--
0038         Cdma:
0039 
0040         Dictionary of available signal information for the CDMA1x access
0041         technology.
0042 
0043         This dictionary is composed of a string key, with an associated data
0044         which contains type-specific information.
0045 
0046         <variablelist>
0047         <varlistentry><term><literal>"rssi"</literal></term>
0048           <listitem>
0049             <para>
0050               The CDMA1x RSSI (Received Signal Strength Indication), in dBm,
0051               given as a floating point value (signature <literal>"d"</literal>).
0052             </para>
0053           </listitem>
0054         </varlistentry>
0055         <varlistentry><term><literal>"ecio"</literal></term>
0056           <listitem>
0057             <para>
0058               The CDMA1x Ec/Io, in dBm, given as a floating point value
0059               (signature <literal>"d"</literal>).
0060             </para>
0061           </listitem>
0062         </varlistentry>
0063         </variablelist>
0064     -->
0065     <property name="Cdma" type="a{sv}" access="read">
0066       <annotation name="org.qtproject.QtDBus.QtTypeName" value="QVariantMap"/>
0067   </property>
0068     <!--
0069         Evdo:
0070 
0071         Dictionary of available signal information for the CDMA EV-DO access
0072         technology.
0073 
0074         This dictionary is composed of a string key, with an associated data
0075         which contains type-specific information.
0076 
0077         <variablelist>
0078         <varlistentry><term><literal>"rssi"</literal></term>
0079           <listitem>
0080             <para>
0081               The CDMA EV-DO RSSI (Received Signal Strength Indication), in dBm,
0082               given as a floating point value (signature <literal>"d"</literal>).
0083             </para>
0084           </listitem>
0085         </varlistentry>
0086         <varlistentry><term><literal>"ecio"</literal></term>
0087           <listitem>
0088             <para>
0089               The CDMA EV-DO Ec/Io, in dBm, given as a floating point value
0090               (signature <literal>"d"</literal>).
0091             </para>
0092           </listitem>
0093         </varlistentry>
0094         <varlistentry><term><literal>"sinr"</literal></term>
0095           <listitem>
0096             <para>
0097               CDMA EV-DO SINR level, in dB, given as a floating point value
0098               (signature <literal>"d"</literal>).
0099             </para>
0100           </listitem>
0101         </varlistentry>
0102         <varlistentry><term><literal>"io"</literal></term>
0103           <listitem>
0104             <para>
0105               The CDMA EV-DO Io, in dBm, given as a floating point value
0106               (signature <literal>"d"</literal>).
0107             </para>
0108           </listitem>
0109         </varlistentry>
0110         </variablelist>
0111     -->
0112     <property name="Evdo" type="a{sv}" access="read">
0113       <annotation name="org.qtproject.QtDBus.QtTypeName" value="QVariantMap"/>
0114     </property>
0115 
0116     <!--
0117         Gsm:
0118 
0119         Dictionary of available signal information for the GSM/GPRS access
0120         technology.
0121 
0122         This dictionary is composed of a string key, with an associated data
0123         which contains type-specific information.
0124 
0125         <variablelist>
0126         <varlistentry><term><literal>"rssi"</literal></term>
0127           <listitem>
0128             <para>
0129               The GSM RSSI (Received Signal Strength Indication), in dBm,
0130               given as a floating point value (signature <literal>"d"</literal>).
0131             </para>
0132           </listitem>
0133         </varlistentry>
0134         </variablelist>
0135     -->
0136     <property name="Gsm" type="a{sv}" access="read">
0137       <annotation name="org.qtproject.QtDBus.QtTypeName" value="QVariantMap"/>
0138     </property>
0139 
0140     <!--
0141         Umts:
0142 
0143         Dictionary of available signal information for the UMTS (WCDMA) access
0144         technology.
0145 
0146         This dictionary is composed of a string key, with an associated data
0147         which contains type-specific information.
0148 
0149         <variablelist>
0150         <varlistentry><term><literal>"rssi"</literal></term>
0151           <listitem>
0152             <para>
0153               The UMTS RSSI (Received Signal Strength Indication), in dBm,
0154               given as a floating point value (signature <literal>"d"</literal>).
0155             </para>
0156           </listitem>
0157         </varlistentry>
0158         <varlistentry><term><literal>"ecio"</literal></term>
0159           <listitem>
0160             <para>
0161               The UMTS Ec/Io, in dBm, given as a floating point value
0162               (signature <literal>"d"</literal>).
0163             </para>
0164           </listitem>
0165         </varlistentry>
0166         </variablelist>
0167     -->
0168     <property name="Umts" type="a{sv}" access="read">
0169       <annotation name="org.qtproject.QtDBus.QtTypeName" value="QVariantMap"/>
0170     </property>
0171 
0172     <!--
0173         Lte:
0174 
0175         Dictionary of available signal information for the UMTS (WCDMA) access
0176         technology.
0177 
0178         This dictionary is composed of a string key, with an associated data
0179         which contains type-specific information.
0180 
0181         <variablelist>
0182         <varlistentry><term><literal>"rssi"</literal></term>
0183           <listitem>
0184             <para>
0185               The LTE RSSI (Received Signal Strength Indication), in dBm,
0186               given as a floating point value (signature <literal>"d"</literal>).
0187             </para>
0188           </listitem>
0189         </varlistentry>
0190         <varlistentry><term><literal>"rsrq"</literal></term>
0191           <listitem>
0192             <para>
0193               The LTE RSRQ (Reference Signal Received Quality), in dB, given as
0194               a floating point value (signature <literal>"d"</literal>).
0195             </para>
0196           </listitem>
0197         </varlistentry>
0198         <varlistentry><term><literal>"rsrp"</literal></term>
0199           <listitem>
0200             <para>
0201               The LTE RSRP (Reference Signal Received Power), in dBm, given as
0202               a floating point value (signature <literal>"d"</literal>).
0203             </para>
0204           </listitem>
0205         </varlistentry>
0206         <varlistentry><term><literal>"snr"</literal></term>
0207           <listitem>
0208             <para>
0209               The LTE S/R ratio, in dB, given as
0210               a floating point value (signature <literal>"d"</literal>).
0211             </para>
0212           </listitem>
0213         </varlistentry>
0214         </variablelist>
0215     -->
0216     <property name="Lte" type="a{sv}" access="read">
0217       <annotation name="org.qtproject.QtDBus.QtTypeName" value="QVariantMap"/>
0218     </property>
0219 
0220   </interface>
0221 </node>