-
Notifications
You must be signed in to change notification settings - Fork 2
Release 2.0.3
Martin edited this page Apr 12, 2023
·
2 revisions
Support for device class PINPad has been added.
The following bugs have been fixed:
- The methods in the interface classes for the following device classes have been made public: Biometrics, CheckScanner, ImageScanner, ItemDispenser, Lights, POSPower, RFIDScanner, SignatureCapture and SmartCardRW.
- SynchronizedMessageBox crashed whenever a previous message box generated with the same SynchronizedMessageBox instance had been closed with method abortDialog.
- Several bug fixes in JavaDoc comments.
- Class factory for device class SmartCardRW and RFIDScanner did not create a new service instance whenever an instance for the same device ID existed.
- Class factory for all device classes call the device class specific method changeDefaults before calling method addproperties now. This has been made to ensure that an exception within the class factory does not leave a non-working service in memory.
Known bugs:
- JavaDoc in version 2.0.3 has not been updated (still the same as for version 2.0.2). Please extract JavaDoc from source or - better - use JavaDoc from master.