Class EMVCommandInterpreter
Object
|
+--CommandInterpreter
|
+--EMVCommandInterpreter
- class
EMVCommandInterpreter
- extends CommandInterpreter
Class implementing a command interpreter that handles EMV command APDUs
Defined in emvcommandinterpreter.js
Method Summary |
void
|
dispatch(<APDU> apdu, <Number> ins)
Dispatch to command handler based in INS byte in APDU
|
void
|
getProcessingOptions(<APDU> apdu)
Implements GET PROCESSING OPTIONS
|
EMVCommandInterpreter
EMVCommandInterpreter(<FileSelector> fileSelector)
Create a command interpreter
Parameters:
fileSelector
- the file selector object
dispatch
void dispatch(<APDU> apdu, <Number> ins)
Dispatch to command handler based in INS byte in APDU
Parameters:
ins
- the normalized instruction code
getProcessingOptions
void getProcessingOptions(<APDU> apdu)
Implements GET PROCESSING OPTIONS
Documentation generated by
JSDoc on Tue Sep 3 22:29:44 2013