CUST: - FwUpadteBuilder: - FLEXNETVERSIOn handling: version as hex value e.g. 0x1107 or 0x106F and string "1.1.07" or "1.0.6F"

This commit is contained in:
Thomas Wiedebusch
2024-05-02 17:48:54 +02:00
parent bf2e376870
commit f7620887b2
7 changed files with 670 additions and 665 deletions
File diff suppressed because it is too large Load Diff
@@ -27,6 +27,11 @@ namespace Xylem.ServiceFwUpdate.Ui.FwUpdateBuilder
/// </summary>
public Boolean RecoveryNotNeededOrLoaded;
/// <summary>
/// Check marker if power correction not required or, if required, if those
/// could be loaded successfully from DB. True if good.
/// </summary>
public Boolean PowerCorrectionNotNeededOrLoaded;
/// <summary>
/// The release container has been loaded from DB.
/// </summary>
public Boolean ReleaseContainerLoaded;