Confirmed users
266
edits
Allstars.chh (talk | contribs) (→Status) |
Allstars.chh (talk | contribs) |
||
Line 43: | Line 43: | ||
* Command. | * Command. | ||
* | * | ||
* @param command | |||
* Command received from ICC. See MozStkCommand. | |||
* @param response | * @param response | ||
* The response that will be sent to ICC. | * The response that will be sent to ICC. | ||
* @see | * @see MozStkResponse for the detail of response. | ||
*/ | */ | ||
void sendStkResponse(in jsval response); | void sendStkResponse(in jsval command, in jsval response); | ||
</pre> | </pre> | ||