DNS_RCODE_E¶
This object provides operations for parsing the DNS header response code.
This topic lists the expressions that are provided by this class.
Enumerations¶
FORMERR
NOERROR
NOTIMP
NXDOMAIN
REFUSED
SERVFAIL
Expressions¶
EQ ( dns_rcode_e m)
The result is Boolean TRUE if the input argument is equal to the DNS response code represented by this object.
Parameters (expressions not allowed):
m - DNS response code
Returns: bool_at
NE ( dns_rcode_e m)
The result is Boolean TRUE if the input argument is not equal to the DNS response code represented by this object.
Parameters (expressions not allowed):
m - DNS response code
Returns: bool_at