doc: Release and Cancel don't expect a reply

This commit is contained in:
Denis Kenzior 2010-12-26 21:41:01 -06:00
parent 39599b9106
commit 4ab2e5b574
3 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ Methods void ReceiveNotification(array{byte} notification, dict info)
Possible Errors: None
void Release()
void Release() [noreply]
Agent is being released, possibly because of oFono
terminating, SMS interface is being torn down or modem

View File

@ -56,7 +56,7 @@ Methods void ReceiveAppointment(array{byte} appointment, dict info)
Possible Errors: None
void Release()
void Release() [noreply]
Agent is being released, possibly because of oFono
terminating, SMS interface is being torn down or modem

View File

@ -257,14 +257,14 @@ Methods byte RequestSelection(string title, byte icon_id,
until the call is canceled using Cancel(). This
method should not return.
void Cancel()
void Cancel() [noreply]
Asks the agent to cancel any ongoing operation in
progress. This is usually either because the agent
is taking too long to respond, the Sim Application
has terminated the session or a task has finished.
void Release()
void Release() [noreply]
Agent is being released, possibly because of oFono
terminating, SimToolkit interface torn down or modem