-
Interface Summary
Interface |
Description |
PrinterDevice |
The PrinterDevice interface defines the APIs for interacting with a printer device in applications.
|
PrinterDeviceSpec |
The PrinterDeviceSpec interface defines the specifications of a printer device.
|
PrinterHtmlListener |
The PrinterHtmlListener interface provides callback methods for printer HTML operations.
|
PrinterOperationResult |
The PrinterOperationResult interface represents the result of a printer operation.
|
-
Class Summary
Class |
Description |
Format |
Represents printing formats for characters, images, and barcodes.
|
Package com.cloudpos.printer Description
The package provides classes and interfaces for interacting with printer devices in the CloudPOS system.
It includes various functionalities such as managing printing operations, handling different types of print content (like HTML and images),
and dealing with printer-specific features and errors.
Key components of this package include:
- Interfaces for printer device specifications and operations.
- Classes for defining print formats and handling print results.
- Enums and constants for error handling and print option specifications.
This package is essential for developers looking to integrate printing capabilities in their CloudPOS applications, allowing for a wide range of printing functionalities suitable for different business needs.