diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-05-23 10:39:13 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-06-05 19:15:13 +0200 |
commit | b3222202bdabf762ffe0b2e92835ab22a3cd3d5c (patch) | |
tree | f6db11c45b6f5cd3a95520310fdfc3209c742c98 /introspection/org.freedesktop.ModemManager1.Modem.xml | |
parent | 7ad30ecce14f72a1b4bfe0274a2fefedf734d56a (diff) |
api,introspection: new 'SupportedIpFamilies' property
This property will let the clients know which are the IP families supported by
the modem.
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Modem.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.xml b/introspection/org.freedesktop.ModemManager1.Modem.xml index 42f80419..48b51514 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.xml @@ -470,5 +470,13 @@ --> <property name="Bands" type="au" access="read" /> + <!-- + SupportedIpFamilies: + + Bitmask of <link linkend="MMBearerIpFamily">MMBearerIpFamily</link> values, + specifying the IP families supported by the device. + --> + <property name="SupportedIpFamilies" type="u" access="read" /> + </interface> </node> |