@squawk
    Preparing search index...

    Interface AllCallReply

    A DF11 all-call reply - confirms an aircraft's ICAO address, carries no other data.

    interface AllCallReply {
        icaoHex: string;
        kind: "allCallReply";
    }
    Index
    icaoHex: string

    24-bit ICAO hex address of the transmitting aircraft.

    kind: "allCallReply"

    Discriminant tag identifying this as a decoded DF11 all-call reply.