diff options
author | Frederic Martinsons <frederic.martinsons@sigfox.com> | 2021-10-15 08:27:42 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-12-13 09:35:28 +0000 |
commit | 9fc3d15d29678585b2a120f944ec765dcbbf3293 (patch) | |
tree | dc5f91a04b9b39d974b0bab1dbd07296f4d54ac3 /libmm-glib/mm-bearer.h | |
parent | 07c4e95ac96e6a810a1fbfdc3277b8d11aab34dd (diff) |
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 'libmm-glib/mm-bearer.h')
-rw-r--r-- | libmm-glib/mm-bearer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmm-glib/mm-bearer.h b/libmm-glib/mm-bearer.h index 7424c8d9..c1a32cd3 100644 --- a/libmm-glib/mm-bearer.h +++ b/libmm-glib/mm-bearer.h @@ -76,6 +76,8 @@ gchar *mm_bearer_dup_interface (MMBearer *self); gboolean mm_bearer_get_connected (MMBearer *self); +gboolean mm_bearer_get_reload_stats_supported (MMBearer *self); + gboolean mm_bearer_get_suspended (MMBearer *self); gboolean mm_bearer_get_multiplexed (MMBearer *self); |