FwUpdateSw: - Skip radio check to support FW 1.2.xx - StoreConfiguration before update. FwUpdateBuilder: - Skip radio frequency check to support FW 1.2.xx
19 lines
263 B
C#
19 lines
263 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace Xylem.ServiceFwUpdate.Common.FwUpdateSafe
|
|
{
|
|
/// <summary>
|
|
/// Template for reports.
|
|
/// </summary>
|
|
[Serializable]
|
|
public struct ReportTemplate
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|