- DATABITS_5 - Static variable in interface com.cloudpos.serialport.SerialPortDevice
-
5 data bit format
- DATABITS_6 - Static variable in interface com.cloudpos.serialport.SerialPortDevice
-
6 data bit format
- DATABITS_7 - Static variable in interface com.cloudpos.serialport.SerialPortDevice
-
7 data bit format
- DATABITS_8 - Static variable in interface com.cloudpos.serialport.SerialPortDevice
-
8 data bit format
- decreaseValue(int, int, int) - Method in interface com.cloudpos.card.MifareCard
-
Decreases E-Wallet data value.
- decrypt(int, String, byte[]) - Method in interface com.cloudpos.hsm.HSMDevice
-
Do decryption by the given private key.
- delAllFingers() - Method in interface com.cloudpos.fingerprint.FingerprintDevice
-
Delete all fingerprints.
- deleteCertificate(int, String) - Method in interface com.cloudpos.hsm.HSMDevice
-
Removes the certificate of the given alias.
- deleteKeyPair(String) - Method in interface com.cloudpos.hsm.HSMDevice
-
Removes the key pair of the given alias.
- delFinger(int) - Method in interface com.cloudpos.fingerprint.FingerprintDevice
-
Delete one fingerprint.
- Device - Interface in com.cloudpos
-
The Device interface is the root for all device interfaces.
- DEVICE_NAME_CASH_DRAWER - Static variable in class com.cloudpos.POSTerminal
-
- DEVICE_NAME_EMV - Static variable in class com.cloudpos.POSTerminal
-
- DEVICE_NAME_FINGERPRINT - Static variable in class com.cloudpos.POSTerminal
-
- DEVICE_NAME_HSM - Static variable in class com.cloudpos.POSTerminal
-
- DEVICE_NAME_IDCARD_READER - Static variable in class com.cloudpos.POSTerminal
-
- DEVICE_NAME_LED - Static variable in class com.cloudpos.POSTerminal
-
- DEVICE_NAME_MSR - Static variable in class com.cloudpos.POSTerminal
-
- DEVICE_NAME_PINPAD - Static variable in class com.cloudpos.POSTerminal
-
- DEVICE_NAME_PRINTER - Static variable in class com.cloudpos.POSTerminal
-
- DEVICE_NAME_RF_CARD_READER - Static variable in class com.cloudpos.POSTerminal
-
- DEVICE_NAME_SECONDARY_DISPLAY - Static variable in class com.cloudpos.POSTerminal
-
- DEVICE_NAME_SERIALPORT - Static variable in class com.cloudpos.POSTerminal
-
- DEVICE_NAME_SIGNATURE - Static variable in class com.cloudpos.POSTerminal
-
- DEVICE_NAME_SMARTCARD_READER - Static variable in class com.cloudpos.POSTerminal
-
- DeviceException - Exception in com.cloudpos
-
An DeviceException is thrown when access problems are detected by the
service controls.
- DeviceException(int) - Constructor for exception com.cloudpos.DeviceException
-
Constructs an DeviceException
with the given detail message
code.
- DeviceException(String) - Constructor for exception com.cloudpos.DeviceException
-
Constructs an DeviceException
with the given detail message.
- DeviceException(int, String) - Constructor for exception com.cloudpos.DeviceException
-
Constructs an DeviceException
with the given detail message
code and the detail message.
- DeviceException(Throwable) - Constructor for exception com.cloudpos.DeviceException
-
Constructs an DeviceException
with the given throwable.
- DeviceException(int, String, Throwable) - Constructor for exception com.cloudpos.DeviceException
-
Constructs an DeviceException
with the given detail message
code, the detail message, throwable.
- DeviceSpec - Interface in com.cloudpos
-
device specification.
- disconnect() - Method in interface com.cloudpos.card.CPUCard
-
Disconnect the card.
- disconnect() - Method in interface com.cloudpos.card.SLE4442Card
-
Removes power from the smart card reader slot.
- display(Bitmap, int, int) - Method in interface com.cloudpos.secondarydisplay.SecondaryDisplayDevice
-
Set the background image of the secondary display.
- display(Bitmap) - Method in interface com.cloudpos.secondarydisplay.SecondaryDisplayDevice
-
Set the background image of the secondary display.
- DUPLICATE_USER_KEY - Static variable in exception com.cloudpos.DeviceException
-
Duplicate user key.