@squawk
    Preparing search index...

    Interface AcasThreatIcaoAddress

    The threat identified by its 24-bit ICAO address (Threat Type Indicator 1).

    interface AcasThreatIcaoAddress {
        threatIcaoHex: string;
        threatType: "icaoAddress";
    }
    Index
    threatIcaoHex: string

    The threat aircraft's 24-bit ICAO hex address.

    threatType: "icaoAddress"

    Discriminant tag - the threat is identified by ICAO address.