diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-09-30 15:01:14 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2011-10-01 15:23:05 +0200 |
commit | e9743f4b4992321c206bb33059c1f594142d3f92 (patch) | |
tree | ce1310cf5d850e8973be278845196747b4267046 | |
parent | 588f9550ed1acd792ee09c2b43dbf13788ce7663 (diff) |
api: let the Modem expose a 'Sim' property to link to a specific SIM object
SIM objects will be listed as independent objects in the DBus API, and the 'Sim'
property in a given modem object will specify which SIM object is in use.
-rw-r--r-- | new/org.freedesktop.ModemManager1.Modem.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/new/org.freedesktop.ModemManager1.Modem.xml b/new/org.freedesktop.ModemManager1.Modem.xml index cc970c64..f2a8d006 100644 --- a/new/org.freedesktop.ModemManager1.Modem.xml +++ b/new/org.freedesktop.ModemManager1.Modem.xml @@ -123,6 +123,12 @@ <!-- PROPERTIES --> + <property name="Sim" type="o" access="read"> + <tp:docstring> + The path of the SIM object available in this device, if any. + </tp:docstring> + </property> + <property name="ModemCapabilities" type="u" access="read" tp:type="MM_MODEM_CAPABILITIES"> <tp:docstring> The generic family of access technologies the modem supports. Not all |