DNS_TYPE_E

This object provides operations for parsing the DNS resourse record type.

Enumerations

A


AAAA


ANY


CNAME


PTR


MX


NS


SRV


SOA


TXT


Direct expressions

EQ (dns_type_e m)

The result is Boolean TRUE if the input argument is equal to the DNS record type represented by this object.

Parameters (expressions not allowed):

            m- Dns record type

Returns: bool_at

NE (dns_type_e m)

The result is Boolean FALSE if the input argument is equal to the DNS record type represented by this object.

Parameters (expressions not allowed):

            m- Dns record type

Returns: bool_at