A C D G I L M O P R S T W X

A

AC_MIFARE_LOGIN_KEYTYPE_A - Static variable in class acs.jni.ACR120U
This constant field defines the key type to use to login a sector of Mifare card.
AC_MIFARE_LOGIN_KEYTYPE_B - Static variable in class acs.jni.ACR120U
This constant field defines the key type to use to login a sector of Mifare card.
AC_MIFARE_LOGIN_KEYTYPE_DEFAULT_A - Static variable in class acs.jni.ACR120U
This constant field defines the key type to use to login a sector of Mifare card.
AC_MIFARE_LOGIN_KEYTYPE_DEFAULT_B - Static variable in class acs.jni.ACR120U
This constant field defines the key type to use to login a sector of Mifare card.
AC_MIFARE_LOGIN_KEYTYPE_DEFAULT_F - Static variable in class acs.jni.ACR120U
This constant field defines the key type to use to login a sector of Mifare card.
AC_MIFARE_LOGIN_KEYTYPE_STORED_A - Static variable in class acs.jni.ACR120U
This constant field defines the key type to use to login a sector of Mifare card.
AC_MIFARE_LOGIN_KEYTYPE_STORED_B - Static variable in class acs.jni.ACR120U
This constant field defines the key type to use to login a sector of Mifare card.
ACR120_USB1 - Static variable in class acs.jni.ACR120U
This constant field defines the instance of ACR120U connected to the USB port.
ACR120_USB2 - Static variable in class acs.jni.ACR120U
This constant field defines the instance of ACR120U connected to the USB port.
ACR120_USB3 - Static variable in class acs.jni.ACR120U
This constant field defines the instance of ACR120U connected to the USB port.
ACR120_USB4 - Static variable in class acs.jni.ACR120U
This constant field defines the instance of ACR120U connected to the USB port.
ACR120_USB5 - Static variable in class acs.jni.ACR120U
This constant field defines the instance of ACR120U connected to the USB port.
ACR120_USB6 - Static variable in class acs.jni.ACR120U
This constant field defines the instance of ACR120U connected to the USB port.
ACR120_USB7 - Static variable in class acs.jni.ACR120U
This constant field defines the instance of ACR120U connected to the USB port.
ACR120_USB8 - Static variable in class acs.jni.ACR120U
This constant field defines the instance of ACR120U connected to the USB port.
ACR120JNI_ERROR_EXCEPTION_OCCURED - Static variable in class acs.jni.ACR120U
This constant field defines the error code returned by this JNI class package.
ACR120JNI_ERROR_RECV_BUFFER_OVERFLOW - Static variable in class acs.jni.ACR120U
This constant field defines the error code returned by this JNI class package.
ACR120JNI_ERROR_SEND_BUFFER_OVERFLOW - Static variable in class acs.jni.ACR120U
This constant field defines the error code returned by this JNI class package.
ACR120JNI_ERROR_SUCCESS - Static variable in class acs.jni.ACR120U
This constant field defines the error code returned by this JNI class package.
ACR120U - Class in acs.jni
ACR120U JNI Class Package provides the programming interfaces for developer to develop application for ACR120U using Java programming language.
ACR120U() - Constructor for class acs.jni.ACR120U
 
ACR120UJNI_14443_BUFFER_SIZE - Static variable in class acs.jni.ACR120U
This constant field defines the default buffer size used with ISO-14443 card.
ACR120UJNI_DEFAULT_BUFFER_SIZE - Static variable in class acs.jni.ACR120U
This constant field defines the default buffer size used with Mifare card.
ACR120UJNI_MAX_NUM_TAGS - Static variable in class acs.jni.ACR120U
This constant field defines the maximum number of tags that can be listed using listTags method.
ACR120UJNI_MAX_TAG_LENGTH - Static variable in class acs.jni.ACR120U
This constant field defines the maximum tag length returned by a card.
ACR120UJNI_MIFARE_BLOCK_LENGTH - Static variable in class acs.jni.ACR120U
This constant field defines the block length of Mifare card.
ACR120UJNI_MIFARE_KEY_LENGTH - Static variable in class acs.jni.ACR120U
This constant field defines the maximum key length of Mifare card.
acs.jni - package acs.jni
 

C

close(short) - Method in class acs.jni.ACR120U
Closes the connection to reader.
copy(short, byte, byte, int[]) - Method in class acs.jni.ACR120U
Copies a value block to another value block of the same sector.

D

dec(short, byte, int, int[]) - Method in class acs.jni.ACR120U
Decrements a value of block by subtracting a value.
deselect(short, boolean) - Method in class acs.jni.ACR120U
Requests an Answer-to-Select (ATS) message from the card after calling the Select method.
directReceive(short, byte, byte[], byte[], short) - Method in class acs.jni.ACR120U
Receives data to the reader directly.
directSend(short, byte, byte[], byte[], byte[], short) - Method in class acs.jni.ACR120U
Sends data to the reader directly.

G

getCardOpMode() - Method in class acs.jni.ACR120U
Gets the card operation mode of ACR120U device.
getCardsSupported() - Method in class acs.jni.ACR120U
Get the supported card type of ACR120U device.
getClassVersion() - Method in class acs.jni.ACR120U
Gets the version of this JNI wrapper class for ACR120U native methods.
getFirmwareVersion() - Method in class acs.jni.ACR120U
Get the retrieved firmware version of ACR120U device.
getFWI() - Method in class acs.jni.ACR120U
Gets the FWI timeout value of ACR120U device.
getMifareInterfaceType() - Method in class acs.jni.ACR120U
Get the retrieved interface byte of ACR120U device.

I

inc(short, byte, int, int[]) - Method in class acs.jni.ACR120U
Increments a value of block by adding a value.
initBlockNumber(short) - Method in class acs.jni.ACR120U
Resets the block number to be used during the ISO14443 part 4 (T=CL) communication.

L

listTags(short, byte[], byte[], byte[], byte[][]) - Method in class acs.jni.ACR120U
Lists out the serial numbers of all tags, which are in the readable antenna range.
login(short, byte, byte, byte, byte[]) - Method in class acs.jni.ACR120U
Performs an authentication to access one sector of the card.

M

multiTagSelect(short, byte, byte[], byte[], byte[], byte[]) - Method in class acs.jni.ACR120U
Selects a TAG with specific serial number.

O

open(short) - Method in class acs.jni.ACR120U
Opens the connection to reader.

P

power(short, byte) - Method in class acs.jni.ACR120U
turn on or off the antenna power.

R

rATS(short, byte, byte[], byte[]) - Method in class acs.jni.ACR120U
Requests an Answer-to-Select (ATS) message from the card after calling the Select method.
read(short, byte, byte[]) - Method in class acs.jni.ACR120U
Reads a block.
readEEPROM(short, byte, byte[]) - Method in class acs.jni.ACR120U
Reads the internal EEPROM of the reader.
readRC531Reg(short, byte, byte[]) - Method in class acs.jni.ACR120U
Reads the Mifare register.
readUserPort(short, byte[]) - Method in class acs.jni.ACR120U
Reads the state of user port.
readValue(short, byte, int[]) - Method in class acs.jni.ACR120U
Reads a value.
requestDLLVersion(byte[], byte[]) - Method in class acs.jni.ACR120U
Gets the native method DLL version information.
reset(short) - Method in class acs.jni.ACR120U
Resets the Mifare chip of the reader and restore factory setting.

S

select(short, byte[], byte[], byte[]) - Method in class acs.jni.ACR120U
Selects a single card and returns the card ID (Serial Number).
setCardOpMode(byte) - Method in class acs.jni.ACR120U
Sets the card operation mode retrieved from the ACR120U device.
setCardsSupported(int) - Method in class acs.jni.ACR120U
Sets the supported Mifare card retrieved from the ACR120U device.
setFirmwareVersion(String) - Method in class acs.jni.ACR120U
Sets the firmware version string retrieved from the ACR120U device.
setFWI(byte) - Method in class acs.jni.ACR120U
Sets the current FWI timeout value retrieved from the ACR120U device.
setMifareInterfaceType(byte) - Method in class acs.jni.ACR120U
Sets the interface type of Mifare card retrieved from the ACR120U device.
status(short) - Method in class acs.jni.ACR120U
Retrieves the firmware version and reader status from the reader.

T

txDataTelegram(short, byte, byte[], byte[], byte[]) - Method in class acs.jni.ACR120U
Sends data to the selected card.

W

write(short, byte, byte[]) - Method in class acs.jni.ACR120U
Writes a block.
writeEEPROM(short, byte, byte) - Method in class acs.jni.ACR120U
Writes the internal EEPROM of the reader.
writeMasterKey(short, byte, byte[]) - Method in class acs.jni.ACR120U
Writes master keys.
writeRC531Reg(short, byte, byte) - Method in class acs.jni.ACR120U
Writes the Mifare register.
writeUserPort(short, byte) - Method in class acs.jni.ACR120U
Writes the state of user port.
writeValue(short, byte, int) - Method in class acs.jni.ACR120U
Writes a value.

X

xchAPDU(short, boolean, short[], byte[], short[], byte[]) - Method in class acs.jni.ACR120U
Handles the APDU exchange in T=CL protocol.

A C D G I L M O P R S T W X