diff options
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Bearer.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Bearer.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Bearer.xml b/introspection/org.freedesktop.ModemManager1.Bearer.xml index a21f38c8..fa8dcdb0 100644 --- a/introspection/org.freedesktop.ModemManager1.Bearer.xml +++ b/introspection/org.freedesktop.ModemManager1.Bearer.xml @@ -358,6 +358,20 @@ <literal>"u"</literal>). Since 1.14. </listitem> </varlistentry> + <varlistentry><term><literal>"uplink-speed"</literal></term> + <listitem> + Uplink bit rate negotiated with network, in bits per second, given + as an unsigned 64-bit integer value (signature <literal>"t"</literal>). + Since 1.20. + </listitem> + </varlistentry> + <varlistentry><term><literal>"downlink-speed"</literal></term> + <listitem> + Downlink bit rate negotiated with network, in bits per second, given + as an unsigned 64-bit integer value (signature <literal>"t"</literal>). + Since 1.20. + </listitem> + </varlistentry> </variablelist> Since: 1.6 |