From 8080f233f3a1b1e87867445a35c75705cb6d7a81 Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski Date: Wed, 6 Oct 2010 12:35:00 +0200 Subject: doc: Play Tone command proposed d-bus API. --- doc/stk-api.txt | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'doc/stk-api.txt') diff --git a/doc/stk-api.txt b/doc/stk-api.txt index 3b478199..f5b9ebc6 100644 --- a/doc/stk-api.txt +++ b/doc/stk-api.txt @@ -203,6 +203,46 @@ Methods byte RequestSelection(string title, byte icon_id, Possible Errors: [service].Error.SimToolkit.EndSession + void PlayTone(string tone, string text, byte icon_id) + + Tells the agent to play an audio tone once. The + method should return once the tone is finished + playing. The text parameter contains an optional + text to be displayed to the user. The following + tones are defined: + "dial-tone" + "busy" + "congestion" + "radio-path-acknowledge" + "radio-path-not-available" + "error" + "call-waiting" + "ringing-tone" + "general-beep" + "positive-acknowledgement" + "negative-acknowledgement" + "user-ringing-tone" + "user-sms-alert" + "critical" (high priority) + "vibrate" + "happy" + "sad" + "urgent-action" + "question" + "message-received" + + Possible Errors: [service].Error.SimToolkit.EndSession + + void LoopTone(string tone, string text, byte icon_id) + + Tells the agent to reproduce an audio tone in a + loop until the method call is cancelled. See + PlayTone() above for the list of possible tone names. + The text parameter contains an optional text to + be displayed to the user. + + Possible Errors: [service].Error.SimToolkit.EndSession + void Cancel() Asks the agent to cancel any ongoing operation in -- cgit v1.2.3