DNS_RCODE_E

This object provides operations for parsing the DNS header response code.

Enumerations

NOERROR


FORMERR


SERVFAIL


NXDOMAIN


NOTIMP


REFUSED


Direct 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