Ejemplo n.º 1
0
        public CommandSet()
        {
            _pm3Commands = new List<Command>();
            _cSafeCommands = new List<Command>();
            _commandWriter = new CommandWriter(64);

            _open = true;
        }
Ejemplo n.º 2
0
 public void Write(CommandWriter writer)
 {
     writer.WriteByte((uint)_id);
 }