com.ibm.opencard.terminal.pcscmig
Class PcscReaderState
java.lang.Object
|
+--com.ibm.opencard.terminal.pcscmig.PcscReaderState
- public class PcscReaderState
- extends java.lang.Object
Defines a data structure getting status information from PC/SC Migration Interface.
- Version:
- $Id: PcscReaderState.java,v 1.1 1999/12/02 16:06:14 damke Exp $
|
Field Summary |
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. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Reader
public java.lang.String Reader
- Reader is the friendly reader name.
UserData
public byte[] UserData
- UserData is arbitrary application-supplied data for the
card reader. Its use will depend on the reader capabilities.
CurrentState
public int CurrentState
- CurrentState is set by the application to the current
reader state. This variable can take on values that are
defined by the SCARD_ constants.
EventState
public int EventState
- EventState is set by the resource manager to the current
reader state. This variable can take on values defined by
the SCARD_ constants.
PcscReaderState
public PcscReaderState()
|