@gibme/dns
    Preparing search index...

    Class EUI64

    Encoder for DNS EUI64 (64-bit Extended Unique Identifier) resource records (Type 109).

    Stores a 64-bit IEEE EUI-64 address.

    RFC 7043 Section 4

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    type: number = 109

    IANA resource record type identifier

    Methods

    • Decodes an EUI48 record from the byte stream.

      Parameters

      • reader: Reader

        the byte stream reader

      Returns string

      the MAC address string

    • Encodes an EUI48 record into the byte stream.

      Parameters

      • writer: Writer

        the byte stream writer

      • data: string

        the MAC address string (colon-separated)

      Returns void