com.datecs.printers
Class SmartCardReply

java.lang.Object
  extended by com.datecs.printers.SmartCardReply

public class SmartCardReply
extends java.lang.Object

Stores the result of a smartcard APDU command issued by PrinterSDKImpl.sc_APDU(int, int, int, int, byte[], int, int, int)


Field Summary
 byte[] data
          The data returned from the smartcard.
 int ST1
          ST1 parameter of an APDU response
 int ST2
          ST2 parameter of an APDU response
 
Constructor Summary
SmartCardReply()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ST1

public int ST1
ST1 parameter of an APDU response


ST2

public int ST2
ST2 parameter of an APDU response


data

public byte[] data
The data returned from the smartcard. Can be null if no data was returned

Constructor Detail

SmartCardReply

public SmartCardReply()