| Package | Description |
|---|---|
| com.cloudpos.smartcardreader |
The package is designed for interacting with smart card reader devices in the CloudPOS system.
|
| Modifier and Type | Method and Description |
|---|---|
SmartCardReaderOperationResult |
SmartCardReaderDevice.waitForCardAbsent(int timeout)
Synchronously waits for a smart card to be removed from the reader.
|
SmartCardReaderOperationResult |
SmartCardReaderDevice.waitForCardPresent(int timeout)
Synchronously waits for a smart card to be present in the reader.
|