Confirmed users
266
edits
Allstars.chh (talk | contribs) |
Allstars.chh (talk | contribs) |
||
Line 36: | Line 36: | ||
<pre> | <pre> | ||
/** | /** | ||
* Send the response back to ICC after an attempt to execute STK Proactive | * Send the response back to ICC after an attempt to execute STK Proactive | ||
* Command. | * Command. | ||
*/ | * | ||
void sendStkResponse(in | * @param response | ||
* The response that will be sent to ICC. | |||
* @see nsIDOMMozStkResponse for the detail of response. | |||
*/ | |||
void sendStkResponse(in jsval response); | |||
</pre> | </pre> | ||