- sendCommand(byte[]) - Method in class com.acs.audiojack.AudioJackReader
-
Sends the command to the reader.
- sendCommand(byte[], int, int) - Method in class com.acs.audiojack.AudioJackReader
-
Sends a command to the reader.
- sendFrame(byte[]) - Method in class com.acs.audiojack.AudioJackReader
-
Sends a frame to the reader.
- setAesKey(byte[]) - Method in class com.acs.audiojack.AudioJackReader
-
Sets the AES key to the reader.
- setCustomId(byte[]) - Method in class com.acs.audiojack.AudioJackReader
-
Sets the custom ID to the reader.
- setDukptOption(boolean) - Method in class com.acs.audiojack.AudioJackReader
-
Sets the DUKPT option to the reader.
- setKeySerialNumber(byte[]) - Method in class com.acs.audiojack.DukptReceiver
-
Sets the key serial number.
- setMasterKey(byte[]) - Method in class com.acs.audiojack.AudioJackReader
-
Sets the master key to the reader.
- setMute(boolean) - Method in class com.acs.audiojack.AudioJackReader
-
Sets the mute option.
- setOnAuthCompleteListener(AudioJackReader.OnAuthCompleteListener) - Method in class com.acs.audiojack.AudioJackReader
-
Registers a callback to be invoked when the reader authentication is
complete.
- setOnCustomIdAvailableListener(AudioJackReader.OnCustomIdAvailableListener) - Method in class com.acs.audiojack.AudioJackReader
-
Registers a callback to be invoked when the reader sends the custom ID.
- setOnDeviceIdAvailableListener(AudioJackReader.OnDeviceIdAvailableListener) - Method in class com.acs.audiojack.AudioJackReader
-
Registers a callback to be invoked when the reader sends the device ID.
- setOnDukptOptionAvailableListener(AudioJackReader.OnDukptOptionAvailableListener) - Method in class com.acs.audiojack.AudioJackReader
-
Registers a callback to be invoked when the reader sends the DUKPT
option.
- setOnFirmwareVersionAvailableListener(AudioJackReader.OnFirmwareVersionAvailableListener) - Method in class com.acs.audiojack.AudioJackReader
-
Registers a callback to be invoked when the reader sends the firmware
version.
- setOnPiccAtrAvailableListener(AudioJackReader.OnPiccAtrAvailableListener) - Method in class com.acs.audiojack.AudioJackReader
-
Registers a callback to be invoked when the reader sends the ATR from
PICC.
- setOnPiccResponseApduAvailableListener(AudioJackReader.OnPiccResponseApduAvailableListener) - Method in class com.acs.audiojack.AudioJackReader
-
Registers a callback to be invoked when the reader sends the response
APDU from PICC.
- setOnRawDataAvailableListener(AudioJackReader.OnRawDataAvailableListener) - Method in class com.acs.audiojack.AudioJackReader
-
Registers a callback to be invoked when the reader sends the raw data.
- setOnResetCompleteListener(AudioJackReader.OnResetCompleteListener) - Method in class com.acs.audiojack.AudioJackReader
-
Registers a callback to be invoked when the reader reset is complete.
- setOnResultAvailableListener(AudioJackReader.OnResultAvailableListener) - Method in class com.acs.audiojack.AudioJackReader
-
Registers a callback to be invoked when the reader sends the result.
- setOnStatusAvailableListener(AudioJackReader.OnStatusAvailableListener) - Method in class com.acs.audiojack.AudioJackReader
-
Registers a callback to be invoked when the reader sends the status.
- setOnTrackDataAvailableListener(AudioJackReader.OnTrackDataAvailableListener) - Method in class com.acs.audiojack.AudioJackReader
-
Registers a callback to be invoked when the reader sends the track data.
- setOnTrackDataNotificationListener(AudioJackReader.OnTrackDataNotificationListener) - Method in class com.acs.audiojack.AudioJackReader
-
Registers a callback to be invoked when the reader notifies the track
data.
- setOnTrackDataOptionAvailableListener(AudioJackReader.OnTrackDataOptionAvailableListener) - Method in class com.acs.audiojack.AudioJackReader
-
Registers a callback to be invoked when the reader sends the track data
option.
- setPiccRfConfig(byte[]) - Method in class com.acs.audiojack.AudioJackReader
-
Sets the PICC RF configuration.
- setProtocol(int, int, int) - Method in class com.acs.audiojack.AudioJackReader
-
Sets the protocol.
- setSleepTimeout(int) - Method in class com.acs.audiojack.AudioJackReader
-
Sets the sleep timeout.
- setTrackDataOption(int) - Method in class com.acs.audiojack.AudioJackReader
-
Sets the track data option to the reader.
- sleep() - Method in class com.acs.audiojack.AudioJackReader
-
Sets the reader to sleep.
- start() - Method in class com.acs.audiojack.AudioJackReader
-
Starts the reader.
- Status - Class in com.acs.audiojack
-
The Status
class represents the status about the reader.
- Status() - Constructor for class com.acs.audiojack.Status
-
Creates an instance of Status
.
- Status(byte[]) - Constructor for class com.acs.audiojack.Status
-
Initializes the status from the byte array.
- Status(byte[], int, int) - Constructor for class com.acs.audiojack.Status
-
Initializes the status from the byte array.
- stop() - Method in class com.acs.audiojack.AudioJackReader
-
Stops the reader.