@gibme/dns
    Preparing search index...

    Class AVC

    Encoder for DNS AVC (Application Visibility and Control) resource records (Type 258).

    Provides application visibility metadata.

    IANA experimental

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    type: number = 258

    IANA resource record type identifier

    Methods

    • Decodes an AVC record from the byte stream.

      Parameters

      • reader: Reader

        the byte stream reader

      Returns string[]

      the decoded AVC strings

    • Encodes an AVC record into the byte stream.

      Parameters

      • writer: Writer

        the byte stream writer

      • data: string[]

        the AVC text strings

      Returns void