|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.opencard.terminal.pcsc10.PcscReaderState
public class PcscReaderState
Defines a data structure getting status information from PC/SC.
Field Summary | |
---|---|
byte[] |
ATR
ATR is set by the resource manager to the current ATR-String, if one card is inserted. |
int |
CurrentState
CurrentState is set by the application to the current reader state. |
int |
EventState
EventState is set by the resource manager to the current reader state. |
java.lang.String |
Reader
Reader is the friendly reader name. |
byte[] |
UserData
UserData is arbitrary application-supplied data for the card reader. |
Constructor Summary | |
---|---|
PcscReaderState()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String Reader
public byte[] UserData
public int CurrentState
public int EventState
public byte[] ATR
Constructor Detail |
---|
public PcscReaderState()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |