summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorFrederic Martinsons <frederic.martinsons@sigfox.com>2021-10-15 08:27:42 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-12-13 09:35:28 +0000
commit9fc3d15d29678585b2a120f944ec765dcbbf3293 (patch)
treedc5f91a04b9b39d974b0bab1dbd07296f4d54ac3 /introspection
parent07c4e95ac96e6a810a1fbfdc3277b8d11aab34dd (diff)
downloadModemManager-9fc3d15d29678585b2a120f944ec765dcbbf3293.tar.gz
api, dbus, bearer: Add ReloadStatsSupported bearer dbus property
This property means that the current bearer can reload stats and read TX and RX bytes transmitted. The property is initiliazed as soon as the bearer is connected. Signed-off-by: Frederic Martinsons <frederic.martinsons@sigfox.com>
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.ModemManager1.Bearer.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Bearer.xml b/introspection/org.freedesktop.ModemManager1.Bearer.xml
index b822bf985..de306a613 100644
--- a/introspection/org.freedesktop.ModemManager1.Bearer.xml
+++ b/introspection/org.freedesktop.ModemManager1.Bearer.xml
@@ -379,6 +379,15 @@
<property name="Stats" type="a{sv}" access="read" />
<!--
+ ReloadStatsSupported:
+
+ Indicates whether or not the bearer support getting rx and tx bytes statistics.
+
+ Since: 1.20
+ -->
+ <property name="ReloadStatsSupported" type="b" access="read" />
+
+ <!--
IpTimeout:
Maximum time to wait for a successful IP establishment, when PPP is used.