Package | Description |
---|---|
com.cloudpos |
The package provides the fundamental interfaces and classes for interacting with a
variety of devices in a point-of-sale (POS) system.
|
com.cloudpos.fingerprint |
This package provides the necessary classes and interfaces to interact with the fingerprint device.
|
com.cloudpos.hsm |
This package provides access to the hardware security module (HSM) device.
|
com.cloudpos.led |
This package provides access to LED devices.
|
com.cloudpos.msr |
This package provides access to the Magnetic Stripe Reader (MSR) device.
|
com.cloudpos.pinpad |
This package provides access to functionalities related to the PINPad device.
|
com.cloudpos.printer |
The package provides classes and interfaces for interacting with printer devices in the CloudPOS system.
|
com.cloudpos.rfcardreader |
This package provides access to the contactless card reader device functionalities.
|
com.cloudpos.serialport |
The package is designed for handling serial port communication in the CloudPOS system.
|
com.cloudpos.smartcardreader |
The package is designed for interacting with smart card reader devices in the CloudPOS system.
|
com.cloudpos.usb |
The package is designed to facilitate interaction with double USB devices in the CloudPOS system.
|
Modifier and Type | Method and Description |
---|---|
abstract DeviceSpec |
POSTerminal.getDeviceSpec(String deviceName)
Provides the specifications for a specified device.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FingerprintDeviceSpec
The
FingerprintDeviceSpec interface represents the specifications for a fingerprint scanning device. |
Modifier and Type | Interface and Description |
---|---|
interface |
HSMDeviceSpec
The
HSMDeviceSpec interface represents an interface that defines the specifications of a Hardware Security Module (HSM). |
Modifier and Type | Interface and Description |
---|---|
interface |
LEDDeviceSpec
The
LEDDeviceSpec interface defines the specifications for an LED device. |
Modifier and Type | Interface and Description |
---|---|
interface |
MSRDeviceSpec
The
MSRDeviceSpec interface defines the specifications for a Magnetic Stripe Reader (MSR) device. |
Modifier and Type | Interface and Description |
---|---|
interface |
PINPadDeviceSpec
The
PINPadDeviceSpec interface specifies the capabilities and features of a PINPad device. |
Modifier and Type | Interface and Description |
---|---|
interface |
PrinterDeviceSpec
The
PrinterDeviceSpec interface defines the specifications of a printer device. |
Modifier and Type | Interface and Description |
---|---|
interface |
RFCardReaderDeviceSpec
The
RFCardReaderDeviceSpec interface specifies the capabilities and features of a contactless card reader device. |
Modifier and Type | Interface and Description |
---|---|
interface |
SerialPortDeviceSpec
The
SerialPortDeviceSpec interface extends DeviceSpec to define the specifications of a serial port device. |
Modifier and Type | Interface and Description |
---|---|
interface |
SmartCardReaderDeviceSpec
The
SmartCardReaderDeviceSpec interface extends DeviceSpec to define the specifications for a smart card reader device. |
Modifier and Type | Interface and Description |
---|---|
interface |
USBExtSwitchDeviceSpec
The
USBExtSwitchDeviceSpec interface extends DeviceSpec to define the specifications for a USB external switch device. |