Package | Description |
---|---|
com.cloudpos |
Provides the basic interface and class for the devices.
|
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.printer |
Provide access to the printer 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 |
OperationListener.handleResult(OperationResult result)
Called when the asynchronous operation completes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FingerprintOperationResult
FingerprintOperationResult s are generated by the finger print device implementation
to notify the application of the completion of an operation. |
Modifier and Type | Interface and Description |
---|---|
interface |
MSROperationResult
MSROperationResult s are generated by the Magnetic Stripe Reader
device implementation to notify the application of the completion of a
requested operation. |
Modifier and Type | Interface and Description |
---|---|
interface |
PINPadOperationResult
PINPad operation result object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PrinterOperationResult
Printer operation result, not used now.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RFCardReaderOperationResult
RFCardReaderOperationResult s are generated by the RFCard reader device implementation
to notify the application of the completion of an operation. |
Modifier and Type | Interface and Description |
---|---|
interface |
SerialPortOperationResult
SerialOperationResult s are generated by the Serial
device implementation to notify the application of the completion of a
requested operation. |
Modifier and Type | Interface and Description |
---|---|
interface |
SignatureOperationResult
SignatureOperationResult is generated by the signature device implementation
to notify the application of the completion of an operation. |
Modifier and Type | Interface and Description |
---|---|
interface |
SmartCardReaderOperationResult
SmartCardReaderOperationResult s are generated by the smart card reader device implementation
to notify the application of the completion of an operation. |