public TerminalMode(TerminalModeOpCode opCode, uint argument) { this.OpCode = opCode; this.Argument = argument; }