public static interface DataManSystem.OnResponseReceivedListener
Modifier and Type | Method and Description |
---|---|
void |
onResponseReceived(DataManSystem dataManSystem,
DmccResponse response)
Called when a response is received from the reader.
|
void onResponseReceived(DataManSystem dataManSystem, DmccResponse response)
DmccResponse.getError()
method. If there was no error,
the DmccResponse.getError()
method returns null
.dataManSystem
- The DataManSystem
object that invoked the callback.response
- The DMCC response returned by the reader.