- PICC_CARD_TYPE_AUTO_RATS - Static variable in class com.acs.audiojack.AudioJackReader
-
Auto RATS.
- PICC_CARD_TYPE_FELICA_212KBPS - Static variable in class com.acs.audiojack.AudioJackReader
-
FeliCa 212kbps.
- PICC_CARD_TYPE_FELICA_424KBPS - Static variable in class com.acs.audiojack.AudioJackReader
-
FeliCa 424kbps.
- PICC_CARD_TYPE_ISO14443_TYPE_A - Static variable in class com.acs.audiojack.AudioJackReader
-
ISO14443 Type A.
- PICC_CARD_TYPE_ISO14443_TYPE_B - Static variable in class com.acs.audiojack.AudioJackReader
-
ISO14443 Type B.
- piccPowerOff() - Method in class com.acs.audiojack.AudioJackReader
-
Powers off the PICC.
- piccPowerOn(int, int) - Method in class com.acs.audiojack.AudioJackReader
-
Powers on the PICC.
- piccTransmit(int, byte[]) - Method in class com.acs.audiojack.AudioJackReader
-
Transmits the command APDU to PICC.
- piccTransmit(int, byte[], int, int) - Method in class com.acs.audiojack.AudioJackReader
-
Transmits the command APDU to the PICC.
- power(int, int, int) - Method in class com.acs.audiojack.AudioJackReader
-
Performs the power action on the card.
- PROTOCOL_DEFAULT - Static variable in class com.acs.audiojack.AudioJackReader
-
Use the default transmission parameters or card clock frequency.
- PROTOCOL_OPTIMAL - Static variable in class com.acs.audiojack.AudioJackReader
-
Use optimal transmission parameters or card clock frequency.
- PROTOCOL_RAW - Static variable in class com.acs.audiojack.AudioJackReader
-
Raw is the active protocol.
- PROTOCOL_T0 - Static variable in class com.acs.audiojack.AudioJackReader
-
T=0 is the active protocol.
- PROTOCOL_T1 - Static variable in class com.acs.audiojack.AudioJackReader
-
T=1 is the active protocol.
- PROTOCOL_TX - Static variable in class com.acs.audiojack.AudioJackReader
-
This is the mask of ISO defined transmission protocols.
- PROTOCOL_UNDEFINED - Static variable in class com.acs.audiojack.AudioJackReader
-
There is no active protocol.
- ProtocolMismatchException - Exception in com.acs.audiojack
-
Thrown when the requested protocols are incompatible with the protocol
currently in use with the card.
- ProtocolMismatchException() - Constructor for exception com.acs.audiojack.ProtocolMismatchException
-
- ProtocolMismatchException(String, Throwable) - Constructor for exception com.acs.audiojack.ProtocolMismatchException
-
- ProtocolMismatchException(String) - Constructor for exception com.acs.audiojack.ProtocolMismatchException
-
- ProtocolMismatchException(Throwable) - Constructor for exception com.acs.audiojack.ProtocolMismatchException
-