using System; using System.Collections.Generic; using System.Text; namespace ENIGProtocol { public enum AGVCommands { Goto = 100, Stop = 101, Reset, SetCurrent, Manual, MarkStop, LiftControl } }