@squawk
    Preparing search index...

    Interface ExtendedSquitterIdentification

    A DF17/18 extended squitter aircraft identification message.

    interface ExtendedSquitterIdentification {
        icaoHex: string;
        identification: AircraftIdentification;
        kind: "extendedSquitterIdentification";
        messageSource: MessageSource;
    }

    Hierarchy (View Summary)

    Index
    icaoHex: string

    24-bit hex address from the message's AA field. A real, registered ICAO Mode-S address when messageSource is icaoDirect/icaoTisb/adsr - an anonymous or ground-assigned identifier, not a registered ICAO address, when messageSource is anonymousDirect/anonymousTisb.

    identification: AircraftIdentification

    The decoded callsign and category.

    kind: "extendedSquitterIdentification"

    Discriminant tag identifying this as a decoded aircraft identification message.

    messageSource: MessageSource

    Where this message's address and data actually came from - see MessageSource.