Net::DNS::RR::EID - DNS EID resource record


Net-DNS documentation  | view source Contained in the Net-DNS distribution.

Index


NAME

Top

Net::DNS::RR::EID - DNS EID resource record

SYNOPSIS

Top

use Net::DNS::RR;

DESCRIPTION

Top

Class for DNS Endpoint Identifier (EID) resource records.

METHODS

Top

rdlength

    print "rdlength = ", $rr->rdlength, "\n";

Returns the length of the record's data section.

rdata

    $rdata = $rr->rdata;

Returns the record's data section as binary data.

COPYRIGHT

Top

SEE ALSO

Top

perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet, Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, draft-ietf-nimrod-dns-xx.txt


Net-DNS documentation  | view source Contained in the Net-DNS distribution.