- CARD_ABSENT - Static variable in class com.acs.smartcard.Reader
-
There is no card in the reader.
- CARD_COLD_RESET - Static variable in class com.acs.smartcard.Reader
-
Cycle power and reset the card.
- CARD_NEGOTIABLE - Static variable in class com.acs.smartcard.Reader
-
The card has been reset and is awaiting PTS negotiation.
- CARD_POWER_DOWN - Static variable in class com.acs.smartcard.Reader
-
Power down the card.
- CARD_POWERED - Static variable in class com.acs.smartcard.Reader
-
Power is being provided to the card, but the library is unaware of the
mode of the card.
- CARD_PRESENT - Static variable in class com.acs.smartcard.Reader
-
There is a card in the reader, but it has not been moved into position
for use.
- CARD_SPECIFIC - Static variable in class com.acs.smartcard.Reader
-
The card has been reset and specific communication protocols have been
established.
- CARD_SWALLOWED - Static variable in class com.acs.smartcard.Reader
-
There is a card in the reader in position for use.
- CARD_UNKNOWN - Static variable in class com.acs.smartcard.Reader
-
The library is unaware of the current state of the reader.
- CARD_WARM_RESET - Static variable in class com.acs.smartcard.Reader
-
Force a reset on the card.
- clear() - Method in class com.acs.smartcard.Features
-
Removes all control codes.
- clear() - Method in class com.acs.smartcard.PinProperties
-
Remove all properties.
- clear() - Method in class com.acs.smartcard.TlvProperties
-
Remove all properties.
- close() - Method in class com.acs.smartcard.Reader
-
Closes the reader.
- com.acs.smartcard - package com.acs.smartcard
-
Provides classes and interfaces for communicating with ACS smart card readers on
Android 3.1 or above.
- CommunicationErrorException - Exception in com.acs.smartcard
-
Thrown when there is an error occurred in reader communication.
- CommunicationErrorException() - Constructor for exception com.acs.smartcard.CommunicationErrorException
-
- CommunicationErrorException(String) - Constructor for exception com.acs.smartcard.CommunicationErrorException
-
- CommunicationErrorException(Throwable) - Constructor for exception com.acs.smartcard.CommunicationErrorException
-
- CommunicationErrorException(String, Throwable) - Constructor for exception com.acs.smartcard.CommunicationErrorException
-
- control(int, int, byte[], int, byte[], int) - Method in class com.acs.smartcard.Reader
-
Controls the reader.