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.smartcardreader |
Provide access to the smart card reader device.
|
Modifier and Type | Method and Description |
---|---|
abstract DeviceSpec |
POSTerminal.getDeviceSpec(java.lang.String deviceName)
Gets device specification.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CashDrawerDeviceSpec
The CashDrawerDeviceSpec interface defines the cash drawer device specifications.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FingerprintDeviceSpec
The FingerprintDeviceSpec interface defines the specification of the finger print device.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HSMDeviceSpec
The HSMDeviceSpec interface defines the specification of the hardware safe module.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LEDDeviceSpec
The LEDDeviceSpec interface defines the specification of LED device.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MSRDeviceSpec
The MSRDeviceSpec interface defines the specification of the MSR device.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PINPadDeviceSpec
The PINPadDeviceSpec interface defines the specification of the PINPad device.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PrinterDeviceSpec
The PrinterDeviceSpec interface defines the specification of the printer device.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RFCardReaderDeviceSpec
The RFCardReaderDeviceSpec interface defines the specification of the contactless card reader device.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SecondaryDisplayDeviceSpec
SecondaryDisplayDeviceSpecinterface defines the specification of the secondary display device device.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SerialPortDeviceSpec
The SerialPortDeviceSpec interface defines the specification of the serial port device.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SmartCardReaderDeviceSpec
The SmartCardReaderDeviceSpec interface defines the specification of the SmartCard reader device.
|