Package | Description |
---|---|
com.cloudpos.msr |
This package provides access to the Magnetic Stripe Reader (MSR) 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.smartcardreader |
The package is designed for interacting with smart card reader devices in the CloudPOS system.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MSRDevice
The
MSRDevice interface defines the API for interacting with Magnetic Stripe Reader (MSR) devices. |
Modifier and Type | Interface and Description |
---|---|
interface |
PrinterDevice
The
PrinterDevice interface defines the APIs for interacting with a printer device in applications. |
Modifier and Type | Interface and Description |
---|---|
interface |
RFCardReaderDevice
The
RFCardReaderDevice interface defines APIs for RFCard reader operations. |
Modifier and Type | Interface and Description |
---|---|
interface |
SmartCardReaderDevice
The
SmartCardReaderDevice interface defines the API for smart card operations to be used by applications. |