- CARD_ABSENT - Static variable in class com.acs.audiojack.AudioJackReader
-
There is no card in the reader.
- CARD_COLD_RESET - Static variable in class com.acs.audiojack.AudioJackReader
-
Cycle power and reset the card.
- CARD_NEGOTIABLE - Static variable in class com.acs.audiojack.AudioJackReader
-
The card has been reset and is awaiting PTS negotiation.
- CARD_POWER_DOWN - Static variable in class com.acs.audiojack.AudioJackReader
-
Power down the card.
- CARD_POWERED - Static variable in class com.acs.audiojack.AudioJackReader
-
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.audiojack.AudioJackReader
-
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.audiojack.AudioJackReader
-
The card has been reset and specific communication protocols have been
established.
- CARD_SWALLOWED - Static variable in class com.acs.audiojack.AudioJackReader
-
There is a card in the reader in position for use.
- CARD_UNKNOWN - Static variable in class com.acs.audiojack.AudioJackReader
-
The library is unaware of the current state of the reader.
- CARD_WARM_RESET - Static variable in class com.acs.audiojack.AudioJackReader
-
Force a reset on the card.
- CardTimeoutException - Exception in com.acs.audiojack
-
Thrown when the card operation timed out.
- CardTimeoutException() - Constructor for exception com.acs.audiojack.CardTimeoutException
-
- CardTimeoutException(String, Throwable) - Constructor for exception com.acs.audiojack.CardTimeoutException
-
- CardTimeoutException(String) - Constructor for exception com.acs.audiojack.CardTimeoutException
-
- CardTimeoutException(Throwable) - Constructor for exception com.acs.audiojack.CardTimeoutException
-
- com.acs.audiojack - package com.acs.audiojack
-
Provides classes and interfaces for communicating with ACS audio jack readers on
Android 4.0 (Ice Cream Sandwich) or above.
- CommunicationErrorException - Exception in com.acs.audiojack
-
Thrown when there is an error occurred in the communication.
- CommunicationErrorException() - Constructor for exception com.acs.audiojack.CommunicationErrorException
-
- CommunicationErrorException(String, Throwable) - Constructor for exception com.acs.audiojack.CommunicationErrorException
-
- CommunicationErrorException(String) - Constructor for exception com.acs.audiojack.CommunicationErrorException
-
- CommunicationErrorException(Throwable) - Constructor for exception com.acs.audiojack.CommunicationErrorException
-
- CommunicationTimeoutException - Exception in com.acs.audiojack
-
Thrown when there is timeout in the communication.
- CommunicationTimeoutException() - Constructor for exception com.acs.audiojack.CommunicationTimeoutException
-
- CommunicationTimeoutException(String, Throwable) - Constructor for exception com.acs.audiojack.CommunicationTimeoutException
-
- CommunicationTimeoutException(String) - Constructor for exception com.acs.audiojack.CommunicationTimeoutException
-
- CommunicationTimeoutException(Throwable) - Constructor for exception com.acs.audiojack.CommunicationTimeoutException
-
- compareKeySerialNumber(byte[], byte[]) - Static method in class com.acs.audiojack.DukptReceiver
-
Compares the two key serial numbers.
- control(int, int, byte[], int) - Method in class com.acs.audiojack.AudioJackReader
-
Transmits the control command.
- CRC16 - Class in com.acs.audiojack
-
The CRC16
class is used to compute a CRC16 checksum from data
provided as input value.
- CRC16() - Constructor for class com.acs.audiojack.CRC16
-
- createFrame(byte[]) - Method in class com.acs.audiojack.AudioJackReader
-
Creates a frame.
- createFrame(byte[], int, int) - Method in class com.acs.audiojack.AudioJackReader
-
Creates a frame.