зеркало из https://github.com/mozilla/gecko-dev.git
Bug 938466 - Part 1: Correct STK BIP command const. r=yoshi, r=hsinyi
This commit is contained in:
Родитель
ec2393a760
Коммит
90cf103318
|
@ -6,7 +6,7 @@
|
|||
|
||||
interface nsIDOMMozIcc;
|
||||
|
||||
[scriptable, builtinclass, uuid(23067d6f-e0cb-4f34-8648-77c2b25a11f5)]
|
||||
[scriptable, builtinclass, uuid(dafd6cc5-d3d9-45ba-afe2-5eba029b9964)]
|
||||
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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче