Check Available Updates
You can check for available updates before performing an Update Firmware. This sample code discovers connected devices and for the first one found, checks for any available updates.
Typically, you should provide the user with an information notice and option to update if there is new firmware available.
Update types
Wirecard ePOS SDK provides 3 types of terminal updates.
- firmware
- application
- configuration
Every terminal can handle different types of update. For example, Spire's SPm2 uses application and configuration updates.
Note
You can specify which update type you can check, or you can leave parameter empty, and SDK will check all available update types for the selected terminal.
The Code
Universal Windows Platform SDK coming soon