diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-02-25 20:41:28 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-03-10 10:59:22 +0100 |
commit | 73db7f205c3326492648f6ebedb8d07b959a6e55 (patch) | |
tree | fb3def8277962d7124d4bb2a070b0a8160459cae /introspection/org.freedesktop.ModemManager1.Bearer.xml | |
parent | 05b9ab7c25bf252e43037ed0ea002b0aed6f051b (diff) |
api,bearer: new 'Multiplexed' property
This property will be TRUE if the bearer has the data session
connected through a multiplexed interface.
If the bearer is disconnected, or connected without multiplexing, the
property will report FALSE.
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Bearer.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Bearer.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Bearer.xml b/introspection/org.freedesktop.ModemManager1.Bearer.xml index fb008797..94332215 100644 --- a/introspection/org.freedesktop.ModemManager1.Bearer.xml +++ b/introspection/org.freedesktop.ModemManager1.Bearer.xml @@ -103,6 +103,14 @@ <property name="Suspended" type="b" access="read" /> <!-- + Multiplexed: + + This property will be %TRUE if the bearer is connected through a + multiplexed network link. + --> + <property name="Multiplexed" type="b" access="read" /> + + <!-- Ip4Config: If the bearer was configured for IPv4 addressing, upon activation this |