| Package | Description |
|---|---|
| com.cloudpos.rfcardreader |
This package provides access to the contactless card reader device functionalities.
|
| Modifier and Type | Method and Description |
|---|---|
RFCardReaderOperationResult |
RFCardReaderDevice.waitForCardAbsent(int timeout)
Synchronously waits for a card to be removed from the terminal within a specified timeout.
|
RFCardReaderOperationResult |
RFCardReaderDevice.waitForCardPresent(int timeout)
Waits synchronously for a contactless card to be present within a specified timeout period.
|