diff options
author | som <somashekhar.puttagangaiah@intel.com> | 2021-11-20 21:30:07 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-12-11 12:53:37 +0100 |
commit | 46016f68fd34676c5d9b8ca51f311455d15d7974 (patch) | |
tree | 36d62288c26b238c19f022f83bed6f34d9c42b0d /introspection | |
parent | b07ce3cb8729e7a49061426eb80ed90b974c1816 (diff) |
api,sim: new 'SimType', 'Removability' and 'EsimStatus' properties
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Sim.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Sim.xml b/introspection/org.freedesktop.ModemManager1.Sim.xml index 3008aaf2..cc180699 100644 --- a/introspection/org.freedesktop.ModemManager1.Sim.xml +++ b/introspection/org.freedesktop.ModemManager1.Sim.xml @@ -185,5 +185,36 @@ --> <property name="PreferredNetworks" type="a(su)" access="read" /> + <!-- + SimType: + + Indicates whether the current primary SIM is a ESIM or a physical SIM, + given as <link linkend="MMSimType">MMSimType</link> value. + + Since: 1.20 + --> + <property name="SimType" type="u" access="read" /> + + <!-- + EsimStatus: + + If current SIM is ESIM then this indicates whether there + is a profile or not, given as + <link linkend="MMSimEsimStatus">MMSimEsimStatus</link> value. + + Since: 1.20 + --> + <property name="EsimStatus" type="u" access="read" /> + + <!-- + Removability: + + Indicates whether the current SIM is a removable SIM or not, given as a + <link linkend="MMSimRemovability">MMSimRemovability</link> value. + + Since: 1.20 + --> + <property name="Removability" type="u" access="read" /> + </interface> </node> |