| Package | Description |
|---|---|
| com.cloudpos.extboard |
The package is designed for controlling and interacting with external extension boards in the CloudPOS system.
|
| Modifier and Type | Method and Description |
|---|---|
MDBEvent |
ExtBoardDevice.pollEvent(int timeoutMS)
Waits for an MDB event from the external board.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtBoardDevice.respondEvent(MDBEvent evtData)
Sends an MDB event response to the external board.
|