WebAPI/WebSTK: Difference between revisions

Line 480: Line 480:
{
{
   /**
   /**
   * The detail information of the proactive command issued by ICC.
   * Command number from MozStkCommand..
  *
  * @see nsIDOMMozStkCommand.commandNumber
   */  
   */  
   readonly attribute nsIDOMMozStkCmdDetails cmdDetails;
   readonly attribute unsigned short commandNumber;
    
 
  /**
  * One of nsIDOMMozStkProactiveCommand.
  *
  * @see nsIDOMMozStkCommand.typeOfCommand
  */ 
   readonly attribute unsigned short typeOfCommand;
 
  /**
  * Qualifiers specific to the command.
  *
  * @see nsIDOMMozStkCommand.commandQualifier
  */
  readonly attribute unsigned short commandQualifier;
 
   /**
   /**
   * One of nsIDOMMozStkResultCode.
   * One of nsIDOMMozStkResultCode.
Line 531: Line 547:
   */  
   */  
   attribute boolean confirmation;
   attribute boolean confirmation;
  //TODO add deviceId for multi-SIM
};
};
</pre>
</pre>


Confirmed users
266

edits