Return TypeFunction nameArguments
boolDnsHdr::Authoritative(void)

Declared and defined in file: hzDNS.h

Function Logic:

Function body:

bool DnsHdr::Authoritative (void)
                                       { return m_nDNACode & 0x0400?true:false;}