Uses of Class
com.linuxnet.jpcsc.State

Uses of State in com.linuxnet.jpcsc
 

Methods in com.linuxnet.jpcsc that return State
 State Context.WaitForCard(int millis)
          This method blocks until a card is inserted into a reader, or the specified time has been expired.
 State Context.WaitForCard(java.lang.String rdrName, int millis)
          This method blocks until a card is inserted into the specified reader, or the specified time has been expired.
 State Card.Status()
          Return status of connection.
 

Methods in com.linuxnet.jpcsc with parameters of type State
 boolean Context.GetStatusChange(int timeout, State[] readerStates)
          Return status change of a set of readers.
 void Card.Status(State state)
          Return status of connection in the specified state object.