diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-09 17:45:43 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-03-22 08:11:00 +0100 |
commit | 3e33f1bc4dd925da6c52191aa953f64e1cd22de2 (patch) | |
tree | 9a038e79c350d24b574e04773d6cee42d7031774 /introspection | |
parent | 9367f239db5b64f560e02575335b176c0a38024b (diff) |
api,introspection: new `ActivationState' property in the CDMA interface
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.ModemCdma.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.ModemCdma.xml b/introspection/org.freedesktop.ModemManager1.Modem.ModemCdma.xml index 0155ab0d..11808b7f 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.ModemCdma.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.ModemCdma.xml @@ -62,6 +62,14 @@ </signal> <!-- + ActivationState: + + A <link linkend="MMModemCdmaActivationState">MMModemCdmaActivationState</link> + value specifying the state of the activation in the 3GPP2 network. + --> + <property name="ActivationState" type="u" access="read" /> + + <!-- Meid: The modem's <ulink url="http://en.wikipedia.org/wiki/MEID">Mobile Equipment Identifier</ulink>. |