Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
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.
ACR120S
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.
ACR120S
This constant field defines the key type to use to login a sector of Mifare card.
AC_MIFARE_LOGIN_KEYTYPE_F
- Static variable in class acs.jni.
ACR120S
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.
ACR120S
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.
ACR120S
This constant field defines the key type to use to login a sector of Mifare card.
ACR120_COM1
- Static variable in class acs.jni.
ACR120S
This constant field defines the instance of ACR120S connected to the COM port.
ACR120_COM2
- Static variable in class acs.jni.
ACR120S
This constant field defines the instance of ACR120S connected to the COM port.
ACR120_COM3
- Static variable in class acs.jni.
ACR120S
This constant field defines the instance of ACR120S connected to the COM port.
ACR120_COM4
- Static variable in class acs.jni.
ACR120S
This constant field defines the instance of ACR120S connected to the COM port.
ACR120_COM5
- Static variable in class acs.jni.
ACR120S
This constant field defines the instance of ACR120S connected to the COM port.
ACR120_COM6
- Static variable in class acs.jni.
ACR120S
This constant field defines the instance of ACR120S connected to the COM port.
ACR120_COM7
- Static variable in class acs.jni.
ACR120S
This constant field defines the instance of ACR120S connected to the COM port.
ACR120_COM8
- Static variable in class acs.jni.
ACR120S
This constant field defines the instance of ACR120S connected to the COM port.
ACR120_COM_BAUDRATE_115200
- Static variable in class acs.jni.
ACR120S
This constant field defines the COM baudrate of ACR120S used to communicate with PC.
ACR120_COM_BAUDRATE_19200
- Static variable in class acs.jni.
ACR120S
This constant field defines the COM baudrate of ACR120S used to communicate with PC.
ACR120_COM_BAUDRATE_38400
- Static variable in class acs.jni.
ACR120S
This constant field defines the COM baudrate of ACR120S used to communicate with PC.
ACR120_COM_BAUDRATE_57600
- Static variable in class acs.jni.
ACR120S
This constant field defines the COM baudrate of ACR120S used to communicate with PC.
ACR120_COM_BAUDRATE_9600
- Static variable in class acs.jni.
ACR120S
This constant field defines the COM baudrate of ACR120S used to communicate with PC.
ACR120JNI_ERROR_EXCEPTION_OCCURED
- Static variable in class acs.jni.
ACR120S
This constant field defines the error code returned by this JNI class package.
ACR120JNI_ERROR_RECV_BUFFER_OVERFLOW
- Static variable in class acs.jni.
ACR120S
This constant field defines the error code returned by this JNI class package.
ACR120JNI_ERROR_SEND_BUFFER_OVERFLOW
- Static variable in class acs.jni.
ACR120S
This constant field defines the error code returned by this JNI class package.
ACR120JNI_ERROR_SUCCESS
- Static variable in class acs.jni.
ACR120S
This constant field defines the error code returned by this JNI class package.
ACR120S
- Class in
acs.jni
ACR120S JNI Class Package provides the programming interfaces for developer to develop application for ACR120S using Java programming language.
ACR120S()
- Constructor for class acs.jni.
ACR120S
ACR120SJNI_14443_BUFFER_SIZE
- Static variable in class acs.jni.
ACR120S
This constant field defines the default buffer size used with ISO-14443 card.
ACR120SJNI_DEFAULT_BUFFER_SIZE
- Static variable in class acs.jni.
ACR120S
This constant field defines the default buffer size used with Mifare card.
ACR120SJNI_MAX_NUM_TAGS
- Static variable in class acs.jni.
ACR120S
This constant field defines the maximum number of tags that can be listed using listTags method.
ACR120SJNI_MAX_TAG_LENGTH
- Static variable in class acs.jni.
ACR120S
This constant field defines the maximum tag length returned by a card.
ACR120SJNI_MIFARE_BLOCK_LENGTH
- Static variable in class acs.jni.
ACR120S
This constant field defines the block length of Mifare card.
ACR120SJNI_MIFARE_KEY_LENGTH
- Static variable in class acs.jni.
ACR120S
This constant field defines the maximum key length of Mifare card.
acs.jni
- package acs.jni
C
close(short)
- Method in class acs.jni.
ACR120S
Closes the connection to reader.
copy(short, byte, byte, byte, int[])
- Method in class acs.jni.
ACR120S
Copies a value block to another value block of the same sector.
D
dec(short, byte, byte, int, int[])
- Method in class acs.jni.
ACR120S
Decrements a value of block by subtracting a value.
deselect(short, byte, boolean)
- Method in class acs.jni.
ACR120S
Requests an Answer-to-Select (ATS) message from the card after calling the Select method.
G
getID(short, byte[], byte[])
- Method in class acs.jni.
ACR120S
Gets the station ID's for all reader modules on the RS485 bus.
I
inc(short, byte, byte, int, int[])
- Method in class acs.jni.
ACR120S
Increments a value of block by adding a value.
initBlockNumber(short)
- Method in class acs.jni.
ACR120S
Resets the block number to be used during the ISO14443 part 4 (T=CL) communication.
L
listTags(short, byte, byte[], boolean[], byte[], byte[])
- Method in class acs.jni.
ACR120S
Lists out the serial numbers of all tags, which are in the readable antenna range.
login(short, byte, byte, byte, byte, byte[])
- Method in class acs.jni.
ACR120S
Performs an authentication to access one sector of the card.
M
multiTagSelect(short, byte, byte[], boolean[], byte[], byte[])
- Method in class acs.jni.
ACR120S
Selects a TAG with specific serial number.
O
open(short, short)
- Method in class acs.jni.
ACR120S
Opens the connection to reader.
P
power(short, byte, boolean)
- Method in class acs.jni.
ACR120S
turn on or off the antenna power.
R
rATS(short, byte, byte, boolean, byte[], byte[])
- Method in class acs.jni.
ACR120S
Requests an Answer-to-Select (ATS) message from the card after calling the Select method.
read(short, byte, byte, byte[])
- Method in class acs.jni.
ACR120S
Reads a block.
readEEPROM(short, byte, byte, byte[])
- Method in class acs.jni.
ACR120S
Reads the internal EEPROM of the reader.
readRC531Reg(short, byte, byte, byte[])
- Method in class acs.jni.
ACR120S
Reads the Mifare register.
readUserPort(short, byte, byte[])
- Method in class acs.jni.
ACR120S
Reads the state of user port.
readValue(short, byte, byte, int[])
- Method in class acs.jni.
ACR120S
Reads a value.
requestDLLVersion(byte[], byte[])
- Method in class acs.jni.
ACR120S
Gets the native method DLL version information.
requestVersionInfo(short, byte, byte[], byte[])
- Method in class acs.jni.
ACR120S
Gets the reader's firmware version information.
reset(short, byte)
- Method in class acs.jni.
ACR120S
Resets the Mifare chip of the reader and restore factory setting.
S
select(short, byte, boolean[], byte[], byte[])
- Method in class acs.jni.
ACR120S
Selects a single card and returns the card ID (Serial Number).
T
TAG_ISO_TYPEB
- Static variable in class acs.jni.
ACR120S
This constant field defines the type of the contactless card.
TAG_JCOP30
- Static variable in class acs.jni.
ACR120S
This constant field defines the type of the contactless card.
TAG_MIFARE_1K
- Static variable in class acs.jni.
ACR120S
This constant field defines the type of the contactless card.
TAG_MIFARE_4K
- Static variable in class acs.jni.
ACR120S
This constant field defines the type of the contactless card.
TAG_MIFARE_DESFIRE
- Static variable in class acs.jni.
ACR120S
This constant field defines the type of the contactless card.
TAG_MIFARE_LIGHT
- Static variable in class acs.jni.
ACR120S
This constant field defines the type of the contactless card.
TAG_MIFARE_ULTRALIGHT
- Static variable in class acs.jni.
ACR120S
This constant field defines the type of the contactless card.
TAG_MPCOS_COMBI
- Static variable in class acs.jni.
ACR120S
This constant field defines the type of the contactless card.
TAG_SHANGHAI_TRANSPORT
- Static variable in class acs.jni.
ACR120S
This constant field defines the type of the contactless card.
txDataTelegram(short, byte, byte, boolean, boolean, boolean, boolean, boolean, byte, byte[], byte[], byte[])
- Method in class acs.jni.
ACR120S
Sends data to the selected card.
W
write(short, byte, byte, byte[])
- Method in class acs.jni.
ACR120S
Writes a block.
writeEEPROM(short, byte, byte, byte)
- Method in class acs.jni.
ACR120S
Writes the internal EEPROM of the reader.
writeMasterKey(short, byte, byte, byte[])
- Method in class acs.jni.
ACR120S
Writes master keys.
writeRC531Reg(short, byte, byte, byte)
- Method in class acs.jni.
ACR120S
Writes the Mifare register.
writeUserPort(short, byte, byte)
- Method in class acs.jni.
ACR120S
Writes the state of user port.
writeValue(short, byte, byte, int)
- Method in class acs.jni.
ACR120S
Writes a value.
X
xchAPDU(short, byte, boolean, short[], byte[], short[], byte[])
- Method in class acs.jni.
ACR120S
Handles the APDU exchange in T=CL protocol.
A
C
D
G
I
L
M
O
P
R
S
T
W
X
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes