diff options
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, |