summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-03-22 15:16:43 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-03-22 15:17:34 -0500
commit52c76856f09a3f27dbe276e7278c68d678f56864 (patch)
treed77e10cc1925665a5afd218d547f27923c296158 /doc
parentdae0b12c7aba648cbae75fc14066db282cba3f85 (diff)
downloadofono-52c76856f09a3f27dbe276e7278c68d678f56864.tar.bz2
Add message-waiting api
Diffstat (limited to 'doc')
-rw-r--r--doc/message-waiting-api.txt45
1 files changed, 45 insertions, 0 deletions
diff --git a/doc/message-waiting-api.txt b/doc/message-waiting-api.txt
new file mode 100644
index 00000000..77ec27a6
--- /dev/null
+++ b/doc/message-waiting-api.txt
@@ -0,0 +1,45 @@
+MessageWaiting hierarchy
+===============
+
+Service org.ofono
+Interface org.ofono.MessageWaiting
+Object path [variable prefix]/{modem0,modem1,...}
+
+Methods dict GetProperties()
+
+ Returns properties for the MessageWaiting object. See
+ the properties section for available properties.
+
+ Possible Errors: [service].Error.InvalidArguments
+
+ void SetProperty(string property, variant value)
+
+ Changes the value of the specified property. Only
+ properties that are listed as read-write are
+ changeable. On success a PropertyChanged signal
+ will be emitted.
+
+ Possible Errors: [service].Error.InvalidArguments
+ [service].Error.DoesNotExist
+
+Signals PropertyChanged(string name, variant value)
+
+ This signal indicates a changed value of the given
+ property.
+
+Properties boolean VoicemailWaiting [readonly]
+
+ Boolean representing whether there is a voicemail
+ message waiting for the user on the voicemail server.
+
+ byte VoicemailMessageCount [readonly]
+
+ The total number of voicemail messages waiting.
+ Values of 255 indicate 255 messages or more.
+
+ string VoicemailMailboxNumber [readwrite]
+
+ String containing the dialing number to be used for
+ voice mailbox access. This number is generally
+ pre-provisioned on the SIM. However, the user can
+ change this number if required.