diff options
author | Philippe Nunes <philippe.nunes@linux.intel.com> | 2011-03-24 17:42:49 +0100 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2011-03-24 11:52:56 -0500 |
commit | 25fbdc593135fc72f7f8573c76060d96af15847a (patch) | |
tree | ca91c1f149a0c145845903578a46d47951a64b65 /doc | |
parent | 28ab3db004339a459d83e3c7596219c4ce986200 (diff) |
doc: Complete possible errors for stk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/stk-api.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/stk-api.txt b/doc/stk-api.txt index 529c734a..f8a115ee 100644 --- a/doc/stk-api.txt +++ b/doc/stk-api.txt @@ -96,6 +96,7 @@ Methods byte RequestSelection(string title, byte icon_id, an error given below. Possible Errors: [service].Error.SimToolkit.GoBack + [service].Error.SimToolkit.EndSession Implementation notes: @@ -111,6 +112,7 @@ Methods byte RequestSelection(string title, byte icon_id, cleared prior to the display of this text. Possible Errors: [service].Error.SimToolkit.GoBack + [service].Error.SimToolkit.EndSession [service].Error.SimToolkit.Busy Implementation notes: @@ -154,6 +156,7 @@ Methods byte RequestSelection(string title, byte icon_id, should be opaque. Possible Errors: [service].Error.SimToolkit.GoBack + [service].Error.SimToolkit.EndSession Implementation notes: @@ -171,6 +174,7 @@ Methods byte RequestSelection(string title, byte icon_id, are expected. Possible Errors: [service].Error.SimToolkit.GoBack + [service].Error.SimToolkit.EndSession string RequestKey(string alpha, byte icon_id) @@ -179,6 +183,7 @@ Methods byte RequestSelection(string title, byte icon_id, for the request. Possible Errors: [service].Error.SimToolkit.GoBack + [service].Error.SimToolkit.EndSession string RequestDigit(string alpha, byte icon_id) @@ -186,12 +191,14 @@ Methods byte RequestSelection(string title, byte icon_id, expected. Possible Errors: [service].Error.SimToolkit.GoBack + [service].Error.SimToolkit.EndSession boolean RequestConfirmation(string alpha, byte icon_id) Asks the agent to get confirmation from the user. Possible Errors: [service].Error.SimToolkit.GoBack + [service].Error.SimToolkit.EndSession boolean ConfirmCallSetup(string information, byte icon_id) |