Bug 908535 - Part1: STK-OPEN CHANNEL proactive command IDL change. r=yoshi, hsinyi.

This commit is contained in:
Georgia Wang 2013-10-23 10:25:54 +08:00
parent 6d99c2a8bb
commit a9bd7ca402
2 changed files with 14 additions and 1 deletions

View File

@ -401,6 +401,14 @@ dictionary MozStkTimer
unsigned short timerAction;
};
dictionary MozStkBipMessage
{
/**
* Text String
*/
DOMString text;
};
dictionary MozStkCommand
{
/**
@ -469,6 +477,10 @@ dictionary MozStkCommand
* option is MozStkTimer
*
* When typeOfCommand is
* - STK_CMD_OPEN_CHANNEL
* options is MozStkBipMessage
*
* When typeOfCommand is
* - STK_CMD_POLL_OFF
* options is null.
*

View File

@ -9,7 +9,7 @@ interface nsIDOMDOMRequest;
interface nsIDOMEventListener;
interface nsIDOMMozIccInfo;
[scriptable, builtinclass, uuid(b403e307-e4ff-47a0-ac1e-c97b042b4595)]
[scriptable, builtinclass, uuid(e4800743-d006-412c-b26c-c0bdc689ede5)]
interface nsIDOMMozIccManager : nsIDOMEventTarget
{
/**
@ -50,6 +50,7 @@ interface nsIDOMMozIccManager : nsIDOMEventTarget
const unsigned short STK_CMD_PROVIDE_LOCAL_INFO = 0x26;
const unsigned short STK_CMD_TIMER_MANAGEMENT = 0x27;
const unsigned short STK_CMD_SET_UP_IDLE_MODE_TEXT = 0x28;
const unsigned short STK_CMD_OPEN_CHANNEL = 0x30;
/**
* STK Result code.