namespace FunnyCommon.Remoting.Protocol { public enum CommandType : byte { AllocateGpio, FreeGpio, SetHeight, SetLow, Sleep, } }