aboutsummaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.ModemManager1.Bearer.xml25
1 files changed, 23 insertions, 2 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Bearer.xml b/introspection/org.freedesktop.ModemManager1.Bearer.xml
index b82c9d36..a07ee057 100644
--- a/introspection/org.freedesktop.ModemManager1.Bearer.xml
+++ b/introspection/org.freedesktop.ModemManager1.Bearer.xml
@@ -266,8 +266,8 @@
</varlistentry>
<varlistentry><term><literal>"tx-bytes"</literal></term>
<listitem>
- Number bytes transmitted without error in the ongoing connection,
- given as an unsigned 64-bit integer value (signature
+ Number of bytes transmitted without error in the ongoing
+ connection, given as an unsigned 64-bit integer value (signature
<literal>"t"</literal>).
</listitem>
</varlistentry>
@@ -290,6 +290,27 @@
<literal>"u"</literal>).
</listitem>
</varlistentry>
+ <varlistentry><term><literal>"total-rx-bytes"</literal></term>
+ <listitem>
+ Total number of bytes received without error in all the successful
+ connection establishments, given as an unsigned 64-bit integer
+ value (signature <literal>"t"</literal>).
+ </listitem>
+ </varlistentry>
+ <varlistentry><term><literal>"total-tx-bytes"</literal></term>
+ <listitem>
+ Total number of bytes transmitted without error in all the
+ successful connection establishments, given as an unsigned 64-bit
+ integer value (signature <literal>"t"</literal>).
+ </listitem>
+ </varlistentry>
+ <varlistentry><term><literal>"total-duration"</literal></term>
+ <listitem>
+ Total duration of all the successful connection establishments, in
+ seconds, given as an unsigned integer value (signature
+ <literal>"u"</literal>).
+ </listitem>
+ </varlistentry>
</variablelist>
-->
<property name="Stats" type="a{sv}" access="read" />