public CommandSet()
        {
            _pm3Commands = new List<Command>();
            _cSafeCommands = new List<Command>();
            _commandWriter = new CommandWriter(64);

            _open = true;
        }
Exemple #2
0
 public void Write(CommandWriter writer)
 {
     writer.WriteByte((uint)_id);
 }