dohdec
    Preparing search index...

    Interface JSONPacket

    interface JSONPacket {
        AD: boolean;
        Answer: JSONrr[];
        CD: boolean;
        Question: JSONrr[];
        RA: boolean;
        RD: boolean;
        Status: number;
        TC: boolean;
    }
    Index

    Properties

    AD: boolean

    Authentic Data.

    Answer: JSONrr[]

    Answers.

    CD: boolean

    Checking Disabled.

    Question: JSONrr[]

    Questions.

    RA: boolean

    Recursion Available.

    RD: boolean

    Recursion Desired.

    Status: number

    Numerical rcode.

    TC: boolean

    Truncation.