- open(int) - Method in interface com.cloudpos.cashdrawer.CashDrawerDevice
-
Opens the cash drawer for use.
- open() - Method in interface com.cloudpos.Device
-
Uses default logical ID to open the device for use.
- open(int) - Method in interface com.cloudpos.fingerprint.FingerprintDevice
-
Opens the device with a specific communication mode.
- open(int) - Method in interface com.cloudpos.hsm.HSMDevice
-
Opens the hardware safe module for use.
- open(int) - Method in interface com.cloudpos.led.LEDDevice
-
Opens the control of the LED.
- open(int) - Method in interface com.cloudpos.msr.MSRDevice
-
Connects the MSR device to a specific logical ID.
- open(int) - Method in interface com.cloudpos.pinpad.PINPadDevice
-
Opens the control of the PINPad.
- open(int) - Method in interface com.cloudpos.printer.PrinterDevice
-
Opens the control of the Printer.
- open(int, int) - Method in interface com.cloudpos.rfcardreader.RFCardReaderDevice
-
Opens the device with a specific communication mode.
- open(int) - Method in interface com.cloudpos.secondarydisplay.SecondaryDisplayDevice
-
Opens the control of the secondary display.
- open(int) - Method in interface com.cloudpos.serialport.SerialPortDevice
-
Connects the serial communication control to a specific serial port.
- open(int) - Method in interface com.cloudpos.signature.SignatureDevice
-
Opens the device.
- open(int) - Method in interface com.cloudpos.smartcardreader.SmartCardReaderDevice
-
Opens the device.
- open_reader(int) - Static method in class com.cloudpos.jniinterface.EMVJNIInterface
-
open reader and wait card
- open_reader_ex(int, int) - Static method in class com.cloudpos.jniinterface.EMVJNIInterface
-
- OperationListener - Interface in com.cloudpos
-
The listener of asynchronous method.
- OperationResult - Interface in com.cloudpos
-
Operation results are generated by a device implementation to notify the
application of the completion of a requested operation.