diff options
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Sim.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Sim.xml b/introspection/org.freedesktop.ModemManager1.Sim.xml index 63d0e9b7..13a385a7 100644 --- a/introspection/org.freedesktop.ModemManager1.Sim.xml +++ b/introspection/org.freedesktop.ModemManager1.Sim.xml @@ -66,6 +66,21 @@ </method> <!-- + SetPreferredNetworks: + @preferred_plmns: List of preferred networks. + + Stores the provided preferred network list to the SIM card. Each entry contains + an operator id string (<literal>"MCCMNC"</literal>) consisting of 5 or 6 digits, + and an <link linkend="MMModemAccessTechnology">MMModemAccessTechnology</link> mask + to store to SIM card if supported. + + This method removes any pre-existing entries of the preferred network list. + --> + <method name="SetPreferredNetworks"> + <arg name="preferred_networks" type="a(su)" direction="in" /> + </method> + + <!-- Active: Boolean indicating whether the SIM is currently active. |