ofono/doc/message-waiting-api.txt

50 lines
1.5 KiB
Plaintext
Raw Permalink Normal View History

2010-03-22 20:16:43 +00:00
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.
void SetProperty(string property, variant value)
Changes the value of the specified property. Only
properties that are listed as readwrite are
2010-03-22 20:16:43 +00:00
changeable. On success a PropertyChanged signal
will be emitted.
Possible Errors: [service].Error.InvalidArguments
2011-02-11 11:34:31 +00:00
[service].Error.InvalidFormat
[service].Error.NotSupported
[service].Error.SimNotReady
[service].Error.Failed
2010-03-22 20:16:43 +00:00
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. Value
0 when VoicemailWaiting is true indicates that the
mailbox is not empty and the message count is not
known.
2010-03-22 20:16:43 +00:00
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.