|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.datecs.printers.SmartCardReply
public class SmartCardReply
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 |
|---|
public int ST1
public int ST2
public byte[] data
| Constructor Detail |
|---|
public SmartCardReply()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||