diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-09-11 15:03:08 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-09-14 07:05:25 +0200 |
commit | 320984a4a00b886a7c6b61aa48413900efe56e86 (patch) | |
tree | ca4f7fd8ff990dce792495410cde5b9d643e8d45 /introspection | |
parent | f1a73a5719002426f1f0a7ffdbec1dc1822c794c (diff) |
api: new `DischargeTimestamp' property for Status Report SMS messages
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Sms.xml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Sms.xml b/introspection/org.freedesktop.ModemManager1.Sms.xml index e382bd95..acdd2120 100644 --- a/introspection/org.freedesktop.ModemManager1.Sms.xml +++ b/introspection/org.freedesktop.ModemManager1.Sms.xml @@ -120,13 +120,29 @@ <!-- Timestamp: - Time message was received or was sent, in + Time when the first PDU of the SMS message arrived the SMSC, in <ulink url="http://en.wikipedia.org/wiki/ISO_8601">ISO8601</ulink> format. + This field is only applicable if the PDU type is + <link linkend="MM-SMS-PDU-TYPE-DELIVER:CAPS"><constant>MM_SMS_PDU_TYPE_DELIVER</constant></link>. + or + <link linkend="MM-SMS-PDU-TYPE-STATUS-REPORT:CAPS"><constant>MM_SMS_PDU_TYPE_STATUS_REPORT</constant></link>. --> <property name="Timestamp" type="s" access="read" /> <!-- + DischargeTimestamp: + + Time when the first PDU of the SMS message left the SMSC, in + <ulink url="http://en.wikipedia.org/wiki/ISO_8601">ISO8601</ulink> + format. + + 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="DischargeTimestamp" type="s" access="read" /> + + <!-- Storage: A <link linkend="MMSmsStorage">MMSmsStorage</link> value, |