onSuccess

abstract fun onSuccess(readerSettings: ReaderSettings)

This method will be called after successful completion of an SDK method.

Success denotes the command was received by the reader and responded to. But the contents of ReaderSettings should be checked for reader errors setting the values.

Parameters

readerSettings

The ReaderSettings resulting from the SDK method called.