Package | Description |
---|---|
com.cloudpos.fingerprint |
Provide access to the finger print device.
|
com.cloudpos.msr |
Provide access to the MSR device.
|
com.cloudpos.pinpad |
Provide access to the PINPad device.
|
com.cloudpos.rfcardreader |
Provide access to the contactless card reader device.
|
com.cloudpos.serialport |
Provide access to the serial port device.
|
com.cloudpos.signature |
Provide access to the signature device.
|
com.cloudpos.smartcardreader |
Provide access to the smart card reader device.
|
Modifier and Type | Method and Description |
---|---|
void |
FingerprintDevice.listenForFingerprint(OperationListener listener,
int timeout)
Starts scan the finger print.
|
Modifier and Type | Method and Description |
---|---|
void |
MSRDevice.listenForSwipe(OperationListener listener,
int timeout)
Initiates the operation to obtain the data read from selected tracks.
|
Modifier and Type | Method and Description |
---|---|
void |
PINPadDevice.listenForOfflinePin(boolean voicePrompt,
OperationListener listener,
int timeout)
Let the user to wait the offline pin.
|
void |
PINPadDevice.listenForPinBlock(KeyInfo keyInfo,
java.lang.String pan,
boolean voicePrompt,
OperationListener listener,
int timeout)
Let the user input the PIN and calculate the encrypted pin block.
|
Modifier and Type | Method and Description |
---|---|
void |
RFCardReaderDevice.listenForCardAbsent(OperationListener listener,
int timeout)
Listens until a card is removed from this terminal.
|
void |
RFCardReaderDevice.listenForCardPresent(OperationListener listener,
int timeout)
Starts reader according to Contactless protocols and performs
initialization according to the communication mode.
|
Modifier and Type | Method and Description |
---|---|
void |
SerialPortDevice.listenForRead(int len,
OperationListener listener,
int timeout)
Reads up to byteCount bytes from this serial control and stores them in
the byte array buffer starting at byteOffset.
|
Modifier and Type | Method and Description |
---|---|
void |
SignatureDevice.listenSignature(java.lang.String transactionCode,
OperationListener listener,
int timeout)
Listens until write the signature in this terminal.
|
Modifier and Type | Method and Description |
---|---|
void |
SmartCardReaderDevice.listenForCardAbsent(OperationListener listener,
int timeout)
Listens until a card is removed from this terminal.
|
void |
SmartCardReaderDevice.listenForCardPresent(OperationListener listener,
int timeout)
Listens until a card is inserted in this terminal.
|