Confirmed users
266
edits
Allstars.chh (talk | contribs) |
Allstars.chh (talk | contribs) |
||
| Line 713: | Line 713: | ||
// 'command' is got from onstkcommand | // 'command' is got from onstkcommand | ||
// and assume it's a Select Item command. | // and assume it's a Select Item command. | ||
var response = | var response = { | ||
commandNumber: command.commandNumber, | |||
// 'id' is got from the chosen item identifier (menu.item[].identifier) | typeOfCommandL command.typeOfCommand, | ||
commandQualifier: command.commandQualifier, | |||
resultCode : mozICC.STK_RESULT_OK; | |||
// 'id' is got from the chosen item identifier (menu.item[].identifier) | |||
itemIdentifier: id | |||
}; | |||
mozIcc.sendStkResponse(response); | mozIcc.sendStkResponse(response); | ||
</pre> | </pre> | ||