All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] stk-api.txt: Introduce a new API to display abortable information
@ 2011-03-28 16:32 Philippe Nunes
  2011-03-30  3:19 ` Denis Kenzior
  0 siblings, 1 reply; 3+ messages in thread
From: Philippe Nunes @ 2011-03-28 16:32 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1227 bytes --]

---
 doc/stk-api.txt |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/doc/stk-api.txt b/doc/stk-api.txt
index f8a115e..fc69bb9 100644
--- a/doc/stk-api.txt
+++ b/doc/stk-api.txt
@@ -252,6 +252,7 @@ Methods		byte RequestSelection(string title, byte icon_id,
 			Possible Errors: [service].Error.SimToolkit.EndSession
 
 		void DisplayActionInformation(string text, byte icon_id)
+						[noreply]
 
 			Supplies a text string and/or icon concerning the
 			current activity in the terminal and UICC.  The
@@ -267,6 +268,16 @@ Methods		byte RequestSelection(string title, byte icon_id,
 			confirmation message to oFono and then should open
 			the launch browser with the given url.
 
+		void DisplayAbortableActionInfo(string text, byte icon_id)
+
+			Supplies a text string and/or icon concerning the
+			current activity in the terminal and UICC. The
+			text should be displayed to the user on screen
+			until the call is canceled using Cancel() or until the
+			user decides to end the session.
+
+			Possible Errors: [service].Error.SimToolkit.EndSession
+
 		void Cancel() [noreply]
 
 			Asks the agent to cancel any ongoing operation in
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/4] stk-api.txt: Introduce a new API to display abortable information
  2011-03-28 16:32 [PATCH 1/4] stk-api.txt: Introduce a new API to display abortable information Philippe Nunes
@ 2011-03-30  3:19 ` Denis Kenzior
  2011-03-30 10:05   ` Marcel Holtmann
  0 siblings, 1 reply; 3+ messages in thread
From: Denis Kenzior @ 2011-03-30  3:19 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1457 bytes --]

Hi Philippe,

On 03/28/2011 11:32 AM, Philippe Nunes wrote:
> ---
>  doc/stk-api.txt |   11 +++++++++++
>  1 files changed, 11 insertions(+), 0 deletions(-)
> 
> diff --git a/doc/stk-api.txt b/doc/stk-api.txt
> index f8a115e..fc69bb9 100644
> --- a/doc/stk-api.txt
> +++ b/doc/stk-api.txt
> @@ -252,6 +252,7 @@ Methods		byte RequestSelection(string title, byte icon_id,
>  			Possible Errors: [service].Error.SimToolkit.EndSession
>  
>  		void DisplayActionInformation(string text, byte icon_id)
> +						[noreply]
>  
>  			Supplies a text string and/or icon concerning the
>  			current activity in the terminal and UICC.  The
> @@ -267,6 +268,16 @@ Methods		byte RequestSelection(string title, byte icon_id,
>  			confirmation message to oFono and then should open
>  			the launch browser with the given url.
>  
> +		void DisplayAbortableActionInfo(string text, byte icon_id)
> +

I've thought some more about this and I think we should name this method
'DisplayAction'

> +			Supplies a text string and/or icon concerning the
> +			current activity in the terminal and UICC. The
> +			text should be displayed to the user on screen
> +			until the call is canceled using Cancel() or until the
> +			user decides to end the session.
> +
> +			Possible Errors: [service].Error.SimToolkit.EndSession
> +
>  		void Cancel() [noreply]
>  
>  			Asks the agent to cancel any ongoing operation in

Regards,
-Denis

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/4] stk-api.txt: Introduce a new API to display abortable information
  2011-03-30  3:19 ` Denis Kenzior
@ 2011-03-30 10:05   ` Marcel Holtmann
  0 siblings, 0 replies; 3+ messages in thread
From: Marcel Holtmann @ 2011-03-30 10:05 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1158 bytes --]

Hi Denis,

> >  doc/stk-api.txt |   11 +++++++++++
> >  1 files changed, 11 insertions(+), 0 deletions(-)
> > 
> > diff --git a/doc/stk-api.txt b/doc/stk-api.txt
> > index f8a115e..fc69bb9 100644
> > --- a/doc/stk-api.txt
> > +++ b/doc/stk-api.txt
> > @@ -252,6 +252,7 @@ Methods		byte RequestSelection(string title, byte icon_id,
> >  			Possible Errors: [service].Error.SimToolkit.EndSession
> >  
> >  		void DisplayActionInformation(string text, byte icon_id)
> > +						[noreply]
> >  
> >  			Supplies a text string and/or icon concerning the
> >  			current activity in the terminal and UICC.  The
> > @@ -267,6 +268,16 @@ Methods		byte RequestSelection(string title, byte icon_id,
> >  			confirmation message to oFono and then should open
> >  			the launch browser with the given url.
> >  
> > +		void DisplayAbortableActionInfo(string text, byte icon_id)
> > +
> 
> I've thought some more about this and I think we should name this method
> 'DisplayAction'

then it might be a good idea to rename DisplayActionInformation into
somthing like DisplayInformation to keep them all a bit simpler.

Regards

Marcel



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-30 10:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-28 16:32 [PATCH 1/4] stk-api.txt: Introduce a new API to display abortable information Philippe Nunes
2011-03-30  3:19 ` Denis Kenzior
2011-03-30 10:05   ` Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.