- PARAM_NB_SLOT - Static variable in interface com.cloudpos.rfcardreader.RFCardReaderDevice
-
Parameter indicating the number of slots to use for anti-collision.
- PARAM_SPEED - Static variable in interface com.cloudpos.rfcardreader.RFCardReaderDevice
-
Parameter indicating the speed rate to be used during the initialization phase.
- PARITY_ERROR - Static variable in interface com.cloudpos.msr.MSRTrackData
-
Error constant indicating a parity error detected in one or more characters of the track data.
- PARITY_EVEN - Static variable in interface com.cloudpos.serialport.SerialPortDevice
-
Even parity.
- PARITY_NONE - Static variable in interface com.cloudpos.serialport.SerialPortDevice
-
No parity
- PARITY_ODD - Static variable in interface com.cloudpos.serialport.SerialPortDevice
-
Odd parity.
- PDF_ALL_PAGE - Static variable in interface com.cloudpos.printer.PrinterDevice
-
Constant representing all pages, typically used in PDF printing.
- PINPAD_ENCRYPT_STRING_MODE_CBC - Static variable in interface com.cloudpos.AlgorithmConstants
-
Encryption mode: Cipher Block Chaining (CBC).
- PINPAD_ENCRYPT_STRING_MODE_CFB - Static variable in interface com.cloudpos.AlgorithmConstants
-
Encryption mode: Cipher Feedback (CFB).
- PINPAD_ENCRYPT_STRING_MODE_EBC - Static variable in interface com.cloudpos.AlgorithmConstants
-
Encryption mode: Electronic Code Book (EBC).
- PINPAD_ENCRYPT_STRING_MODE_OFB - Static variable in interface com.cloudpos.AlgorithmConstants
-
Encryption mode: Output Feedback (OFB).
- PINPadDevice - Interface in com.cloudpos.pinpad
-
The PINPadDevice
interface defines the API for interacting with PIN Pad devices.
- PINPadDeviceSpec - Interface in com.cloudpos.pinpad
-
The PINPadDeviceSpec
interface specifies the capabilities and features of a PINPad device.
- PINPadOperationResult - Interface in com.cloudpos.pinpad
-
The
PINPadOperationResult
interface extends
OperationResult
to provide specific results for PINPad operations.
- POS_TERMINAL_CLASS - Static variable in class com.cloudpos.POSTerminal
-
system property
- POS_TERMINAL_INTERNAL_CLASS - Static variable in class com.cloudpos.POSTerminal
-
- POSTerminal - Class in com.cloudpos
-
The POSTerminal class acts as a central manager for accessing various device components
in Smart POS systems.
- POSTerminal() - Constructor for class com.cloudpos.POSTerminal
-
- PRINT_ERROR - Static variable in interface com.cloudpos.printer.PrinterHtmlListener
-
- PRINT_SUCCESS - Static variable in interface com.cloudpos.printer.PrinterHtmlListener
-
- printBarcode(Format, int, String) - Method in interface com.cloudpos.printer.PrinterDevice
-
Prints a barcode with specified formatting and type.
- printBitmap(Bitmap) - Method in interface com.cloudpos.printer.PrinterDevice
-
Prints a bitmap image.
- printBitmap(Format, Bitmap, int) - Method in interface com.cloudpos.printer.PrinterDevice
-
Prints a bitmap image with specified formatting and brightness adjustment.
- printBitmap(Format, Bitmap) - Method in interface com.cloudpos.printer.PrinterDevice
-
Prints a bitmap image with specified formatting.
- printBitmapAutoGrayscale(Bitmap) - Method in interface com.cloudpos.printer.PrinterDevice
-
Prints a bitmap image with automatic grayscale conversion.
- printBitmapAutoGrayscale(Format, Bitmap) - Method in interface com.cloudpos.printer.PrinterDevice
-
Prints a bitmap image with automatic grayscale conversion and specified formatting.
- printBitmapAutoGrayscale(Format, Bitmap, int) - Method in interface com.cloudpos.printer.PrinterDevice
-
Prints a grayscale image using a specified format and brightness.
- PrinterDevice - Interface in com.cloudpos.printer
-
The PrinterDevice
interface defines the APIs for interacting with a printer device in applications.
- PrinterDeviceSpec - Interface in com.cloudpos.printer
-
The PrinterDeviceSpec
interface defines the specifications of a printer device.
- PrinterHtmlListener - Interface in com.cloudpos.printer
-
The PrinterHtmlListener
interface provides callback methods for printer HTML operations.
- PrinterOperationResult - Interface in com.cloudpos.printer
-
The PrinterOperationResult
interface represents the result of a printer operation.
- printHTML(Context, String, PrinterHtmlListener) - Method in interface com.cloudpos.printer.PrinterDevice
-
Asynchronously prints the specified HTML content.
- printHTML(String, PrinterHtmlListener) - Method in interface com.cloudpos.printer.PrinterDevice
-
Asynchronously prints the specified HTML content.
- printHTML(Context, String) - Method in interface com.cloudpos.printer.PrinterDevice
-
Synchronously prints HTML content.
- printHTML(String) - Method in interface com.cloudpos.printer.PrinterDevice
-
Synchronously prints HTML content.
- printlnText(String) - Method in interface com.cloudpos.printer.PrinterDevice
-
Prints the provided text message on the printer, followed by a line break.
- printlnText(Format, String) - Method in interface com.cloudpos.printer.PrinterDevice
-
Prints the provided text message on the printer with line wrapping, using the specified format.
- printPDF(InputStream) - Method in interface com.cloudpos.printer.PrinterDevice
-
Prints content from a PDF.
- printPDF(InputStream, int) - Method in interface com.cloudpos.printer.PrinterDevice
-
Prints specific pages of a PDF.
- printPDFWithBrightness(InputStream, int, int) - Method in interface com.cloudpos.printer.PrinterDevice
-
Prints a PDF with specified brightness for black and white conversion.
- printText(String) - Method in interface com.cloudpos.printer.PrinterDevice
-
Prints text on the printer.
- printText(Format, String) - Method in interface com.cloudpos.printer.PrinterDevice
-
Prints the provided text message on the printer using a specified format.
- PROTOCOL_RFCARD_TYPE_A - Static variable in interface com.cloudpos.card.Card
-
ISO14443 TYPE A protocol.
- PROTOCOL_RFCARD_TYPE_B - Static variable in interface com.cloudpos.card.Card
-
ISO14443 TYPE B protocol.
- PROTOCOL_T_0 - Static variable in interface com.cloudpos.card.Card
-
The asynchronous half-duplex communication protocol of T=0.
- PROTOCOL_T_1 - Static variable in interface com.cloudpos.card.Card
-
The asynchronous half-duplex communication protocol of T=1.
- PROTOCOL_UNKNOWN - Static variable in interface com.cloudpos.card.Card
-
Unknown communication protocol.