diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-09-12 09:19:23 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-09-14 07:05:25 +0200 |
commit | 1111bfa80664d88b5e9572a9d3de7c4f117e7384 (patch) | |
tree | cc8ecc79ebdbf58acd6a2cced2467d966a2f4640 /introspection/org.freedesktop.ModemManager1.Sms.xml | |
parent | bdf0f9484b4244c024599e00ec589ccc5b97893e (diff) |
api: new `DeliveryState' property in the SMS interface
Given only for STATUS REPORT SMS messages.
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Sms.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Sms.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Sms.xml b/introspection/org.freedesktop.ModemManager1.Sms.xml index 7f41ba77..534be3be 100644 --- a/introspection/org.freedesktop.ModemManager1.Sms.xml +++ b/introspection/org.freedesktop.ModemManager1.Sms.xml @@ -154,6 +154,17 @@ <property name="DischargeTimestamp" type="s" access="read" /> <!-- + DeliveryState: + + A <link linkend="MMSmsDeliveryState">MMSmsDeliveryState</link> value, + describing the state of the delivery reported in the Status Report message. + + This field is only applicable if the PDU type is + <link linkend="MM-SMS-PDU-TYPE-STATUS-REPORT:CAPS"><constant>MM_SMS_PDU_TYPE_STATUS_REPORT</constant></link>. + --> + <property name="DeliveryState" type="u" access="read" /> + + <!-- Storage: A <link linkend="MMSmsStorage">MMSmsStorage</link> value, |