public static interface DataManSystem.OnReadStringArrivedListener
Modifier and Type | Method and Description |
---|---|
void |
onReadStringArrived(DataManSystem dataManSystem,
int resultId,
String readString)
Called when a read string has been arrived.
|
void onReadStringArrived(DataManSystem dataManSystem, int resultId, String readString)
dataManSystem
- The DataManSystem
object that invoked the callback.resultId
- The identifier of the result. This value can be used
to match the read string with the other result types
like images, image graphics or XML results.readString
- The string read by the system.