diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-02-16 09:55:47 -0600 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-02-16 10:17:52 -0600 |
commit | 1bebc1b4699e8aefdc1091de5e3522df62aadf4d (patch) | |
tree | 16528f6602522843a04331197156be5a893d1a6f /doc/ussd-api.txt | |
parent | 7d7739f7d633681c0a6b07499ce617efa2fd7196 (diff) | |
download | ofono-1bebc1b4699e8aefdc1091de5e3522df62aadf4d.tar.bz2 |
Cleanup: Minor API tweaks for USSD
Diffstat (limited to 'doc/ussd-api.txt')
-rw-r--r-- | doc/ussd-api.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/ussd-api.txt b/doc/ussd-api.txt index 83d3cee7..23796c1b 100644 --- a/doc/ussd-api.txt +++ b/doc/ussd-api.txt @@ -49,16 +49,16 @@ Signals NotificationReceived(string message) Signal is emitted whenever a property has changed. The new value is passed as the signal argument. -Properties string USSDState [readonly] +Properties string State [readonly] Reflects the state of current USSD session. The values have the following meanings: - "idle" No active USSD session. - "active" A session is active between the - network and the ME, the ME is - waiting for a reply from the - network. - "awaiting-user-response" The network is waiting for the - user's response, client must - call Respond(). + "idle" No active USSD session. + "active" A session is active between the + network and the ME, the ME is + waiting for a reply from the + network. + "user-response" The network is waiting for the + user's response, client must + call Respond(). |