diff options
author | Nathan Williams <njw@chromium.org> | 2011-04-14 14:07:31 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-04-14 14:07:31 -0500 |
commit | 487972c1ac40b057c35dac51958f04c13f6137d8 (patch) | |
tree | eac2369a5ec2e88566b867cf6a7f2a71c95e7ce8 /introspection | |
parent | 48c7dac00902ceab300bfaff82731bb2dadd77cc (diff) |
gsm: implement basic SMS reception and PDU parsing
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml b/introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml index 081ecc5a..15953b88 100644 --- a/introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml +++ b/introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml @@ -36,6 +36,7 @@ validity : uint (0..255) - Specifies when the SMS expires in SMSC (optional) class : uint (0..3) - Message importance and location (optional) completed: boolean - Whether all message parts have been received or not (optional) + index : uint - Index of message (for Get and Delete) (optional) </tp:docstring> </arg> </method> |