using System;
namespace Xylem.Common.Hardware.WaterMeter.Genesis.GenesisFile.Consts
{
///
/// Concatenation between lokup table update state and text
///
public struct LutUpdateStateText
{
///
/// The state of the firmware update
///
public LutUpdateState State;
///
/// The message text of the lookup table update state
///
public String Message;
}
}