@gibme/dns
    Preparing search index...

    Class DHCID

    Encoder for DNS DHCID (DHCP Identifier) resource records (Type 49).

    Associates a DHCP client identity with a DNS name for conflict resolution.

    RFC 4701

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    type: number = 49

    IANA resource record type identifier

    Methods

    • Decodes a DHCID record from the byte stream.

      Parameters

      • reader: Reader

        the byte stream reader positioned at the DHCID RDATA

      Returns DHCID.Record

      the decoded DHCID record

    • Encodes a DHCID record into the byte stream.

      Parameters

      • writer: Writer

        the byte stream writer to encode into

      • data: DHCID.Record

        the DHCID record to encode

      Returns void