Alias Header.OPCODE

A four bit field that specifies kind of query in this message. This value is set by the originator of a query and copied into the response.

struct Header
{
  // ...
  alias OPCODE = mix_OPCODE.getset;
  // ...
}