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:
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;
|
||||
|
||||
Reference in New Issue
Block a user