public static interface DataManSystem.OnBatchCommandsCompletedListener
Modifier and Type | Method and Description |
---|---|
void |
onBatchCommandsCompleted(DataManSystem dataManSystem)
Called when a response is received from the reader, including the index of the sent command string in the list.
|
void onBatchCommandsCompleted(DataManSystem dataManSystem)
DmccResponse.getError()
method. If there was no error,
the DmccResponse.getError()
method returns null
.dataManSystem
- The DataManSystem
object that invoked the callback.