- FelicaCard - Interface in com.cloudpos.card
-
The FelicaCard
interface defines the operations for Felica cards, a type of contactless card,
facilitating the transmission of APDU commands between the Felica card and the card reader.
- Fingerprint - Class in com.cloudpos.fingerprint
-
- Fingerprint() - Constructor for class com.cloudpos.fingerprint.Fingerprint
-
- FINGERPRINT - Static variable in interface com.cloudpos.fingerprint.FingerprintDevice
-
Normal fingerprint
- FingerprintDevice - Interface in com.cloudpos.fingerprint
-
The FingerprintDevice
interface defining the fingerprint APIs for application use.
- FingerprintDeviceSpec - Interface in com.cloudpos.fingerprint
-
The FingerprintDeviceSpec
interface represents the specifications for a fingerprint scanning device.
- FingerprintNoneOperationResult - Interface in com.cloudpos.fingerprint
-
The FingerprintNoneOperationResult
interface is used by fingerprint device
implementations to communicate the completion status of an operation to the application.
- FingerprintOperationResult - Interface in com.cloudpos.fingerprint
-
The FingerprintOperationResult
interface is implemented by fingerprint device
implementations to communicate the outcome of an operation to the application.
- FingerprintPressOperationResult - Interface in com.cloudpos.fingerprint
-
The FingerprintPressOperationResult
interface is used by fingerprint device implementations
to instruct the application when to prompt the user to press their fingerprint onto the device.
- FingerprintRemoveOperationResult - Interface in com.cloudpos.fingerprint
-
The FingerprintRemoveOperationResult
interface is implemented by fingerprint device
systems to signal the application when a user should remove their fingerprint from the device.
- FingerprintTimeoutOperationResult - Interface in com.cloudpos.fingerprint
-
The FingerprintTimeoutOperationResult
interface is implemented by fingerprint device
systems to indicate a timeout during a fingerprint scanning operation.
- FLOWCONTROL_NONE - Static variable in interface com.cloudpos.serialport.SerialPortDevice
-
No flow control
- FLOWCONTROL_RTSCTS_IN - Static variable in interface com.cloudpos.serialport.SerialPortDevice
-
RTS/CTS flow control on input
- FLOWCONTROL_RTSCTS_IN_OUT - Static variable in interface com.cloudpos.serialport.SerialPortDevice
-
RTS/CTS flow control on both input and output
- FLOWCONTROL_RTSCTS_OUT - Static variable in interface com.cloudpos.serialport.SerialPortDevice
-
RTS/CTS flow control on output
- FLOWCONTROL_XONXOFF_IN - Static variable in interface com.cloudpos.serialport.SerialPortDevice
-
XON/XOFF flow control on input
- FLOWCONTROL_XONXOFF_IN_OUT - Static variable in interface com.cloudpos.serialport.SerialPortDevice
-
XON/XOFF flow control on both input and output
- FLOWCONTROL_XONXOFF_OUT - Static variable in interface com.cloudpos.serialport.SerialPortDevice
-
XON/XOFF flow control on output
- FOREVER - Static variable in interface com.cloudpos.TimeConstants
-
Represents an infinite timeout period.
- Format - Class in com.cloudpos.printer
-
Represents printing formats for characters, images, and barcodes.
- Format() - Constructor for class com.cloudpos.printer.Format
-
Constructs a new Format instance with default settings.
- FORMAT_ALIGN - Static variable in class com.cloudpos.printer.Format
-
- FORMAT_ALIGN_CENTER - Static variable in class com.cloudpos.printer.Format
-
- FORMAT_ALIGN_LEFT - Static variable in class com.cloudpos.printer.Format
-
- FORMAT_ALIGN_RIGHT - Static variable in class com.cloudpos.printer.Format
-
- FORMAT_BARCODE_HRILOCATION - Static variable in class com.cloudpos.printer.Format
-
- FORMAT_BARCODE_HRILOCATION_DOWN - Static variable in class com.cloudpos.printer.Format
-
- FORMAT_BARCODE_HRILOCATION_NONE - Static variable in class com.cloudpos.printer.Format
-
- FORMAT_BARCODE_HRILOCATION_UP - Static variable in class com.cloudpos.printer.Format
-
- FORMAT_BARCODE_HRILOCATION_UPDOWN - Static variable in class com.cloudpos.printer.Format
-
- FORMAT_DENSITY - Static variable in class com.cloudpos.printer.Format
-
- FORMAT_DENSITY_DARK - Static variable in class com.cloudpos.printer.Format
-
- FORMAT_DENSITY_LIGHT - Static variable in class com.cloudpos.printer.Format
-
- FORMAT_DENSITY_MEDIUM - Static variable in class com.cloudpos.printer.Format
-
- FORMAT_FONT_BOLD - Static variable in class com.cloudpos.printer.Format
-
- FORMAT_FONT_INVERSION - Static variable in class com.cloudpos.printer.Format
-
- FORMAT_FONT_ITALIC - Static variable in class com.cloudpos.printer.Format
-
- FORMAT_FONT_LINETHROUGH - Static variable in class com.cloudpos.printer.Format
-
- FORMAT_FONT_REVERSE - Static variable in class com.cloudpos.printer.Format
-
- FORMAT_FONT_SIZE - Static variable in class com.cloudpos.printer.Format
-
- FORMAT_FONT_SIZE_EXTRALARGE - Static variable in class com.cloudpos.printer.Format
-
- FORMAT_FONT_SIZE_EXTRASMALL - Static variable in class com.cloudpos.printer.Format
-
- FORMAT_FONT_SIZE_LARGE - Static variable in class com.cloudpos.printer.Format
-
- FORMAT_FONT_SIZE_MEDIUM - Static variable in class com.cloudpos.printer.Format
-
- FORMAT_FONT_SIZE_SMALL - Static variable in class com.cloudpos.printer.Format
-
- FORMAT_FONT_VAL_FALSE - Static variable in class com.cloudpos.printer.Format
-
- FORMAT_FONT_VAL_TRUE - Static variable in class com.cloudpos.printer.Format
-