Variable ResourceRecord.type

Two octets containing one of the RR type codes. This field specifies the meaning of the data in the RDATA field.

struct ResourceRecord
{
  // ...
  TYPE type ;
  // ...
}