struct io.DnsAnswerRrSuffix

struct DnsAnswerRrSuffix
{
    // fields

    io.DnsType m_type;
    io.DnsClass m_class;
    bigendian unsigned int m_ttl;
    bigendian unsigned short m_dataLength;
};