зеркало из https://github.com/mozilla/gecko-dev.git
Bug 908536 - Part1: STK BIP-CLOSE_CHANNEL, RECEIVE\SEND_DATA commands IDL. r=yoshi, hsinyi.
This commit is contained in:
Родитель
28fc8c36dc
Коммит
6656972463
|
@ -478,6 +478,9 @@ dictionary MozStkCommand
|
|||
*
|
||||
* When typeOfCommand is
|
||||
* - STK_CMD_OPEN_CHANNEL
|
||||
* - STK_CMD_CLOSE_CHANNEL
|
||||
* - STK_CMD_SEND_DATA
|
||||
* - STK_CMD_RECEIVE_DATA
|
||||
* options is MozStkBipMessage
|
||||
*
|
||||
* When typeOfCommand is
|
||||
|
|
|
@ -9,7 +9,7 @@ interface nsIDOMDOMRequest;
|
|||
interface nsIDOMEventListener;
|
||||
interface nsIDOMMozIccInfo;
|
||||
|
||||
[scriptable, builtinclass, uuid(e4800743-d006-412c-b26c-c0bdc689ede5)]
|
||||
[scriptable, builtinclass, uuid(50782fe0-4185-4471-a374-e362b73febdb)]
|
||||
interface nsIDOMMozIccManager : nsIDOMEventTarget
|
||||
{
|
||||
/**
|
||||
|
@ -51,6 +51,9 @@ interface nsIDOMMozIccManager : nsIDOMEventTarget
|
|||
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;
|
||||
const unsigned short STK_CMD_CLOSE_CHANNEL = 0x31;
|
||||
const unsigned short STK_CMD_RECEIVE_DATA = 0x32;
|
||||
const unsigned short STK_CMD_SEND_DATA = 0x33;
|
||||
|
||||
/**
|
||||
* STK Result code.
|
||||
|
|
Загрузка…
Ссылка в новой задаче