diff options
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.xml b/introspection/org.freedesktop.ModemManager1.Modem.xml index 46fa97dd..3f9af1aa 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.xml @@ -137,6 +137,16 @@ </method> <!-- + SetCurrentCapabilities: + @capabilities: Bitmask of <link linkend="MMModemCapability">MMModemCapability</link> values, to specify the capabilities to use. + + Set the capabilities of the device. A restart of the modem may be required. + --> + <method name="SetCurrentCapabilities"> + <arg name="capabilities" type="u" direction="in" /> + </method> + + <!-- SetCurrentModes: @modes: A pair of <link linkend="MMModemMode">MMModemMode</link> values, where the first one is a bitmask of allowed modes, and the second one the preferred mode, if any. |