| Return Type | Function name | Arguments |
|---|---|---|
| bool | DnsHdr::Authoritative | (void) |
Declared and defined in file: hzDNS.h
Function Logic:
Function body:
bool DnsHdr::Authoritative (void)
{ return m_nDNACode & 0x0400?true:false;}