Package | Description |
---|---|
com.cloudpos |
Provides the basic interface and class for the devices.
|
com.cloudpos.cashdrawer |
Provide access to the cash drawer device.
|
com.cloudpos.fingerprint |
Provide access to the finger print device.
|
com.cloudpos.hsm |
Provide access to the hardware safe module device.
|
com.cloudpos.led |
Provide access to the LED device.
|
com.cloudpos.msr |
Provide access to the MSR device.
|
com.cloudpos.pinpad |
Provide access to the PINPad device.
|
com.cloudpos.printer |
Provide access to the printer device.
|
com.cloudpos.rfcardreader |
Provide access to the contactless card reader device.
|
com.cloudpos.secondarydisplay |
Provide access to the secondary display device.
|
com.cloudpos.serialport |
Provide access to the serial port device.
|
com.cloudpos.signature |
Provide access to the signature device.
|
com.cloudpos.smartcardreader |
Provide access to the smart card reader device.
|
Modifier and Type | Method and Description |
---|---|
abstract Device |
POSTerminal.getDevice(java.lang.String deviceName)
Gets device object.
|
abstract Device |
POSTerminal.getDevice(java.lang.String deviceName,
int logicalID)
Gets device object.If use sam card device, please use the interface, the logicalID should be 0,1,2,3, depends on the device type.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CashDrawerDevice
The CashDrawerDevice interface defines the cash drawer device APIs to be used by the applications.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FingerprintDevice
The fingerprint interface defines the finger print APIs to be used by the applications.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HSMDevice
The HSMDevice interface defines the hardware safe module APIs to be used by the applications.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LEDDevice
The LEDDevice interface defines the LED device APIs to be used by the applications.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MSRDevice
The MSRDevice interface defines the MSR APIs to be used by the applications.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PINPadDevice
The PINPadDevice interface defines the PINPad APIs to be used by the applications.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PrinterDevice
The PrinterDevice interface defines the printer APIs to be used by the applications.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RFCardReaderDevice
The RFCardReaderDevice interface defines the RFCard reader APIs to be used by the applications.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SecondaryDisplayDevice
The SecondaryDisplayDevice interface defines the secondary display APIs to be used by the applications.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SerialPortDevice
The SerialPortDevice interface defines the serial port APIs to be used by the applications.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SignatureDevice
The SignatureDevice interface defines the signature APIs to be used by the applications.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SmartCardReaderDevice
The SmartCardReaderDevice interface defines the smart card APIs to be used by the applications.
|