Warning, /frameworks/networkmanager-qt/src/dbus/introspection/org.freedesktop.NetworkManager.Device.Statistics.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.Statistics">
0004
0005 <!--
0006 RefreshRateMs:
0007
0008 Refresh rate of the rest of properties of this interface. The properties
0009 are guaranteed to be refreshed each RefreshRateMs milliseconds in case
0010 the underlying counter has changed too.
0011 If zero, there is no guaranteed refresh rate of the properties.
0012 -->
0013 <property name="RefreshRateMs" type="u" access="readwrite"/>
0014
0015 <!--
0016 TxBytes:
0017
0018 Number of transmitted bytes
0019 -->
0020 <property name="TxBytes" type="t" access="read"/>
0021
0022 <!--
0023 RxBytes:
0024
0025 Number of received bytes
0026 -->
0027 <property name="RxBytes" type="t" access="read"/>
0028
0029 <!--
0030 PropertiesChanged:
0031 @properties: A dictionary mapping property names to variant boxed values
0032
0033 DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
0034 -->
0035 <signal name="PropertiesChanged">
0036 <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
0037 <arg name="properties" type="a{sv}" direction="In"/>
0038 </signal>
0039 </interface>
0040 </node>