public class PcscReaderState extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
byte[] |
UserData
UserData is arbitrary application-supplied data for the card
reader.
|
Constructor and Description |
---|
PcscReaderState(byte[] aTR,
int currentState,
int eventState,
String reader,
byte[] userData) |
public byte[] UserData
public PcscReaderState(byte[] aTR, int currentState, int eventState, String reader, byte[] userData)
public byte[] getATR()
public int getCurrentState()
public int getEventState()
public String getReader()
Copyright © 2011-2013. All Rights Reserved.