diff options
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml index 6d082f70..1aaba4c0 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml @@ -86,6 +86,16 @@ </method> <!-- + SetEpsUeModeOperation: + @mode: a <link linkend="MMModem3gppEpsUeModeOperation">MMModem3gppEpsUeModeOperation</link>. + + Sets the UE mode of operation for EPS. + --> + <method name="SetEpsUeModeOperation"> + <arg name="mode" type="u" direction="in" /> + </method> + + <!-- Imei: The <ulink url="http://en.wikipedia.org/wiki/Imei">IMEI</ulink> of the device. @@ -145,5 +155,14 @@ --> <property name="SubscriptionState" type="u" access="read" /> + <!-- + EpsUeModeOperation: + + A <link linkend="MMModem3gppEpsUeModeOperation">MMModem3gppEpsUeModeOperation</link> + value representing the UE mode of operation for EPS, given as an unsigned integer + (signature <literal>"u"</literal>). + --> + <property name="EpsUeModeOperation" type="u" access="read" /> + </interface> </node> |