diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-03-15 21:20:51 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-03-15 21:20:51 -0500 |
commit | 909e61d1c650325fb6ba94e2062376386246d5d2 (patch) | |
tree | 503a8775ea69fd64fd21836f2783f09a8424054d | |
parent | 2e913556a38777d66834497d1ede364e9edab954 (diff) | |
download | ofono-909e61d1c650325fb6ba94e2062376386246d5d2.tar.bz2 |
Doc: Add small clarification to SMS docs
-rw-r--r-- | doc/sms-api.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/sms-api.txt b/doc/sms-api.txt index 8ebcac5e..baa4aa13 100644 --- a/doc/sms-api.txt +++ b/doc/sms-api.txt @@ -34,11 +34,13 @@ Signals PropertyChanged(string name, variant value) ImmediateMessage(string message, dict info) New immediate (class 0) SMS received. Info has Sender, - LocalSentTime, and SentTime information. + LocalSentTime, and SentTime information. Sender + address is given in string format. LocalSentTime and + SentTime are given in string form using ISO8601 format. IncomingMessage(string message, dict info) - New incoming (class >= 1) SMS received. Info has Sender, + New incoming text SMS received. Info has Sender, LocalSentTime, and SentTime information. Properties string ServiceCenterAddress |