зеркало из https://github.com/mozilla/gecko-dev.git
Bug 938466 - Part1: Correct STK BIP command const. r=yoshi, hsinyi
This commit is contained in:
Родитель
b9763a3e8f
Коммит
15d20ff1ea
|
@ -6,7 +6,7 @@
|
|||
|
||||
interface nsIDOMMozIcc;
|
||||
|
||||
[scriptable, builtinclass, uuid(23067d6f-e0cb-4f34-8648-77c2b25a11f5)]
|
||||
[scriptable, builtinclass, uuid(955726cc-768c-4155-b8ff-57b51a5cc7f5)]
|
||||
interface nsIDOMMozIccManager : nsIDOMEventTarget
|
||||
{
|
||||
/**
|
||||
|
@ -47,10 +47,10 @@ 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;
|
||||
const unsigned short STK_CMD_CLOSE_CHANNEL = 0x31;
|
||||
const unsigned short STK_CMD_RECEIVE_DATA = 0x32;
|
||||
const unsigned short STK_CMD_SEND_DATA = 0x33;
|
||||
const unsigned short STK_CMD_OPEN_CHANNEL = 0x40;
|
||||
const unsigned short STK_CMD_CLOSE_CHANNEL = 0x41;
|
||||
const unsigned short STK_CMD_RECEIVE_DATA = 0x42;
|
||||
const unsigned short STK_CMD_SEND_DATA = 0x43;
|
||||
|
||||
/**
|
||||
* STK result code.
|
||||
|
|
Загрузка…
Ссылка в новой задаче