diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-01-12 17:09:47 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:50 +0100 |
commit | 9324c9cbb7e6d1a8a3087e1f32a39f80a9cd0ddb (patch) | |
tree | c4f396ce973332c37e781fdec5fbb8788faa2c57 | |
parent | 71fbd2248c20d583300259648703df2f81139dac (diff) |
api,dbus: include CDMA-specific properties in the simple status query
-rw-r--r-- | new/org.freedesktop.ModemManager1.Modem.Simple.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/new/org.freedesktop.ModemManager1.Modem.Simple.xml b/new/org.freedesktop.ModemManager1.Modem.Simple.xml index 5e3fe490..e76a9b82 100644 --- a/new/org.freedesktop.ModemManager1.Modem.Simple.xml +++ b/new/org.freedesktop.ModemManager1.Modem.Simple.xml @@ -180,6 +180,34 @@ as a string value (signature <literal>"s"</literal>). </listitem> </varlistentry> + <varlistentry><term><literal>"cdma-cdma1x-registration-state"</literal></term> + <listitem> + A <link linkend="MMModemCdmaRegistrationState">MMModemCdmaRegistrationState</link> value + specifying the state of the registration, given only when registered + in a CDMA1x network, as an unsigned integer value (signature + <literal>"u"</literal>). + </listitem> + </varlistentry> + <varlistentry><term><literal>"cdma-evdo-registration-state"</literal></term> + <listitem> + A <link linkend="MMModemCdmaRegistrationState">MMModemCdmaRegistrationState</link> value + specifying the state of the registration, given only when registered + in a EV-DO network, as an unsigned integer value (signature + <literal>"u"</literal>). + </listitem> + </varlistentry> + <varlistentry><term><literal>"cdma-sid"</literal></term> + <listitem> + The System Identifier of the serving network, if registered in a CDMA1x network and if known. + Given as an unsigned integer value (signature <literal>"u"</literal>). + </listitem> + </varlistentry> + <varlistentry><term><literal>"cdma-nid"</literal></term> + <listitem> + The Network Identifier of the serving network, if registered in a CDMA1x network and if known. + Given as an unsigned integer value (signature <literal>"u"</literal>). + </listitem> + </varlistentry> </variablelist> --> <method name="GetStatus"> |