Return TypeFunction nameArguments
boolDnsHdr::RecursionDesire(void)

Declared and defined in file: hzDNS.h

Function Logic:

Function body:

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