- LEDDevice - Interface in com.cloudpos.led
-
The LEDDevice
interface defines the API for interacting with LED devices.
- LEDDeviceSpec - Interface in com.cloudpos.led
-
The LEDDeviceSpec
interface defines the specifications for an LED device.
- LEVEL_3_HALTED - Static variable in exception com.cloudpos.DeviceException
-
Level 3 halted
- LEVEL_3_HALTED - Static variable in interface com.cloudpos.serialport.SerialPortOperationResult
-
Error code indicating that the operation was halted due to the expiration of a timeout, specifically for a serial port disconnection.
- listAllFingersStatus() - Method in interface com.cloudpos.fingerprint.FingerprintDevice
-
Lists the status of all fingerprints stored in the device.
- listDevices() - Method in class com.cloudpos.POSTerminal
-
Lists all available device names.
- listenForCardAbsent(OperationListener, int) - Method in interface com.cloudpos.rfcardreader.RFCardReaderDevice
-
Asynchronously listens for the removal of a card from the terminal.
- listenForCardAbsent(OperationListener, int) - Method in interface com.cloudpos.smartcardreader.SmartCardReaderDevice
-
Asynchronously listens for a smart card to be removed from the reader.
- listenForCardPresent(OperationListener, int) - Method in interface com.cloudpos.rfcardreader.RFCardReaderDevice
-
Initiates the RF card reader to detect contactless cards using the selected communication mode.
- listenForCardPresent(OperationListener, int) - Method in interface com.cloudpos.smartcardreader.SmartCardReaderDevice
-
Asynchronously listens for a smart card to be inserted into the reader.
- listenForEnroll(OperationListener, int) - Method in interface com.cloudpos.fingerprint.FingerprintDevice
-
Initiates an asynchronous process to enroll a fingerprint.
- listenForFingerprint(OperationListener, int) - Method in interface com.cloudpos.fingerprint.FingerprintDevice
-
Initiates an asynchronous operation to scan a fingerprint.
- listenForOfflinePin(boolean, OperationListener, int) - Method in interface com.cloudpos.pinpad.PINPadDevice
-
Waits for the user to enter their offline PIN.
- listenForPinBlock(KeyInfo, String, boolean, OperationListener, int) - Method in interface com.cloudpos.pinpad.PINPadDevice
-
Listens for user PIN input and calculates the encrypted PIN block asynchronously.
- listenForPinBlock(KeyInfo, String, boolean, OperationListener, int, int, byte[]) - Method in interface com.cloudpos.pinpad.PINPadDevice
-
Asynchronously listens for user PIN input and calculates an encrypted PIN block with a specific mode.
- listenForRead(int, OperationListener, int) - Method in interface com.cloudpos.serialport.SerialPortDevice
-
Asynchronously reads a specified number of bytes from the serial port.
- listenForSwipe(OperationListener, int) - Method in interface com.cloudpos.msr.MSRDevice
-
Initiates an asynchronous operation to read data from selected tracks of a swiped card.
- listenSignature(String, OperationListener, int) - Method in interface com.cloudpos.signature.SignatureDevice
-
Initiates an asynchronous operation to capture a signature.
- LRC_ERROR - Static variable in interface com.cloudpos.msr.MSRTrackData
-
Error constant indicating an LRC (Longitudinal Redundancy Check) error detected in the track data.