Package | Description |
---|---|
com.cloudpos.msr |
Provide access to the MSR device.
|
Modifier and Type | Method and Description |
---|---|
MSROperationResult |
MSRDevice.waitForSwipe(int timeout)
The synchronous method of
MSRDevice.listenForSwipe(OperationListener,int) . |
MSROperationResult |
MSRUtils.waitForSwipe(int timeout,
Context context)
Firstly, call
open() , then call waitForSwipe(int)
wait for swipe. |