- SECOND - Static variable in interface com.cloudpos.TimeConstants
-
Represents one second in milliseconds.
- selectPinblockFormat(int) - Method in interface com.cloudpos.pinpad.PINPadDevice
-
Selects the pinblock format to use.
- sendControlCommand(int, byte[]) - Method in interface com.cloudpos.rfcardreader.RFCardReaderDevice
-
Sends a specific control command to the device.
- sendESCCommand(byte[]) - Method in interface com.cloudpos.printer.PrinterDevice
-
Sends an ESC (escape) command to the printer.
- SerialPortDevice - Interface in com.cloudpos.serialport
-
The SerialPortDevice
interface defines the APIs for serial port communication to be used by applications.
- SerialPortDeviceSpec - Interface in com.cloudpos.serialport
-
The SerialPortDeviceSpec
interface extends DeviceSpec
to define the specifications of a serial port device.
- SerialPortOperationResult - Interface in com.cloudpos.serialport
-
The SerialPortOperationResult
interface extends OperationResult
to provide specific results for serial port operations.
- setAllowByPass(boolean) - Method in interface com.cloudpos.pinpad.PINPadDevice
-
Allows or disallows bypassing the PIN for online EMV transactions.
- setFeature(byte[]) - Method in class com.cloudpos.fingerprint.Fingerprint
-
Assigns new fingerprint feature data.
- setGUIConfiguration(int, byte[]) - Method in interface com.cloudpos.pinpad.PINPadDevice
-
Configures the PINPAD GUI.
- setGUIConfiguration(String, String) - Method in interface com.cloudpos.pinpad.PINPadDevice
-
Configures the PINPAD GUI, including style, sound, and colors.
- setImage(Bitmap) - Method in class com.cloudpos.fingerprint.Fingerprint
-
Sets a new fingerprint image.
- setParameter(String, String) - Method in class com.cloudpos.printer.Format
-
Sets a printing format parameter with the specified key and value.
- setPINLength(int, int) - Method in interface com.cloudpos.pinpad.PINPadDevice
-
Sets the minimum and maximum length of the PIN to be entered by the user.
- setSelfRebootTime(int, int, int) - Method in interface com.cloudpos.TerminalSpec
-
Sets the self-reboot time of the terminal.
- setSpeed(int) - Method in interface com.cloudpos.rfcardreader.RFCardReaderDevice
-
Sets the baud rate used during the initialization phase.
- setupCallbackHandler(PinPadCallbackHandler) - Method in interface com.cloudpos.pinpad.PINPadDevice
-
Sets up a callback for customizing the PINPAD UI.
- setWsqImage(byte[]) - Method in class com.cloudpos.fingerprint.Fingerprint
-
Sets new WSQ image data for the fingerprint.
- showText(int, String) - Method in interface com.cloudpos.pinpad.PINPadDevice
-
Displays a text message on the PINPad's LCD screen.
- showText(int, String, boolean) - Method in interface com.cloudpos.pinpad.PINPadDevice
-
Displays a text message on the PINPad's LCD screen.
- SignatureDevice - Interface in com.cloudpos.signature
-
The SignatureDevice
interface defines the API for capturing signatures through applications.
- SignatureOperationResult - Interface in com.cloudpos.signature
-
The SignatureOperationResult
interface extends OperationResult
to provide results specific to signature capture operations.
- SLE4442Card - Interface in com.cloudpos.card
-
The SLE4442Card
interface for handling SLE4442 smart cards, which combine functionalities of both smart cards and memory cards.
- SmartCardReaderDevice - Interface in com.cloudpos.smartcardreader
-
The SmartCardReaderDevice
interface defines the API for smart card operations to be used by applications.
- SmartCardReaderDeviceSpec - Interface in com.cloudpos.smartcardreader
-
The SmartCardReaderDeviceSpec
interface extends DeviceSpec
to define the specifications for a smart card reader device.
- SmartCardReaderOperationResult - Interface in com.cloudpos.smartcardreader
-
The SmartCardReaderOperationResult
interface extends OperationResult
to provide results specific to smart card reader operations.
- startBlink(long, long, int) - Method in interface com.cloudpos.led.LEDDevice
-
Initiates a continuous blinking pattern for the LED.
- startBlink(byte, long, long, int) - Method in interface com.cloudpos.led.LEDDevice
-
Initiates a continuous blinking pattern for the LED with a specified color.
- startBlink(long, long) - Method in interface com.cloudpos.led.LEDDevice
-
Initiates a continuous blinking pattern for the LED.
- STATUS_ABSENT - Static variable in interface com.cloudpos.card.Card
-
Card slot status indicating the card is removed or absent.
- STATUS_CONNECTED - Static variable in interface com.cloudpos.card.Card
-
Card slot status indicating the card is connected.
- STATUS_DISCONNECTED - Static variable in interface com.cloudpos.card.Card
-
Card slot status indicating the card is disconnected.
- STATUS_OFF - Static variable in interface com.cloudpos.led.LEDDevice
-
Light off
- STATUS_ON - Static variable in interface com.cloudpos.led.LEDDevice
-
Light on
- STATUS_OUT_OF_PAPER - Static variable in interface com.cloudpos.printer.PrinterDevice
-
Printer status indicating out of paper.
- STATUS_PAPER_EXIST - Static variable in interface com.cloudpos.printer.PrinterDevice
-
Printer status indicating paper is present.
- STOPBITS_1 - Static variable in interface com.cloudpos.serialport.SerialPortDevice
-
1 stop bits
- STOPBITS_1_5 - Static variable in interface com.cloudpos.serialport.SerialPortDevice
-
1.5 stop bits.
- STOPBITS_2 - Static variable in interface com.cloudpos.serialport.SerialPortDevice
-
2 stop bits
- storeFeature(int, Fingerprint) - Method in interface com.cloudpos.fingerprint.FingerprintDevice
-
Stores a fingerprint and associates it with a specified user ID.
- SUCCESS - Static variable in interface com.cloudpos.OperationResult
-