Warning, /frameworks/networkmanager-qt/src/dbus/introspection/org.freedesktop.NetworkManager.Device.Modem.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.Modem">
0004 
0005     <!--
0006         PropertiesChanged:
0007         @properties: A dictionary mapping property names to variant boxed values
0008 
0009         DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
0010     -->
0011     <signal name="PropertiesChanged">
0012       <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
0013       <arg name="properties" type="a{sv}" direction="In"/>
0014     </signal>
0015 
0016     <!--
0017         ModemCapabilities:
0018 
0019         The generic family of access technologies the modem supports. Not all
0020         capabilities are available at the same time however; some modems require a
0021         firmware reload or other reinitialization to switch between eg CDMA/EVDO
0022         and GSM/UMTS.
0023 
0024         Returns: <link linkend="NMDeviceModemCapabilities">NMDeviceModemCapabilities</link>
0025     -->
0026     <property name="ModemCapabilities" type="u" access="read"/>
0027 
0028     <!--
0029         CurrentCapabilities:
0030 
0031         The generic family of access technologies the modem currently supports
0032         without a firmware reload or reinitialization.
0033 
0034         Returns: <link linkend="NMDeviceModemCapabilities">NMDeviceModemCapabilities</link>
0035     -->
0036     <property name="CurrentCapabilities" type="u" access="read"/>
0037   </interface>
0038 </node>