using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; namespace VeederRoot_ATG_Console.MessageEntity.Incoming { /// /// 9999, the FC here may send sth the console can't understood. /// public class AtgConsoleCannotUnderstoodPreviousMsgResponse : IncomingMessageBase { public override string ToLogString() { return "AtgConsoleCannotUnderstoodPreviousMsgResponse"; } } }