diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-09-11 14:40:42 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-09-14 07:05:24 +0200 |
commit | 7faa48ea9490c0af563d3bb8426a1e2d9bf83f82 (patch) | |
tree | 23a8e6b85e6eecd9135da3b3b3635e8055b90baf /introspection/org.freedesktop.ModemManager1.Sms.xml | |
parent | 5b6e080472952d1c97568d9925aae268677623a6 (diff) |
api: new `PduType' property in the SMS interface
It will help deciding the type of message.
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Sms.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Sms.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Sms.xml b/introspection/org.freedesktop.ModemManager1.Sms.xml index 1992edcf..e382bd95 100644 --- a/introspection/org.freedesktop.ModemManager1.Sms.xml +++ b/introspection/org.freedesktop.ModemManager1.Sms.xml @@ -49,6 +49,14 @@ <property name="State" type="u" access="read" /> <!-- + PduType: + + A <link linkend="MMSmsPduType">MMSmsPduType</link> value, + describing the type of PDUs used in the SMS message. + --> + <property name="PduType" type="u" access="read" /> + + <!-- Number: Number to which the message is addressed. |