public class PcscReaderState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
PcscReaderState() |
public java.lang.String Reader
public byte[] UserData
public int CurrentState
public int EventState
public byte[] ATR