This object provides operations for parsing the DNS header response code.
Enumerations
NOERROR
FORMERR
SERVFAIL
NXDOMAIN
NOTIMP
REFUSED
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_atNE (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