com.cloudpos.cashdrawer package is designed for handling cash drawer devices in the CloudPOS system.See: Description
| Interface | Description |
|---|---|
| CashDrawerDevice |
The
CashDrawerDevice interface defines the APIs for controlling cash drawer devices in applications. |
| CashDrawerDeviceSpec |
The
CashDrawerDeviceSpec interface extends DeviceSpec to define the specifications for cash drawer devices. |
com.cloudpos.cashdrawer package is designed for handling cash drawer devices in the CloudPOS system.
This package includes interfaces and classes that enable developers to:
- Control and manage cash drawer operations, such as opening the drawer and querying its status.
- Define and understand the specifications of cash drawer devices.
Key components of this package include:
- CashDrawerDevice for controlling cash drawer operations.
- CashDrawerDeviceSpec for specifying the details and capabilities of cash drawer devices.
This package is essential for developers looking to integrate cash drawer functionalities into their CloudPOS applications, providing the necessary tools for effective cash management and control.