@squawk
    Preparing search index...

    Interface ExtendedSquitterCommon

    Fields common to every decoded DF17/18 extended squitter message.

    interface ExtendedSquitterCommon {
        icaoHex: string;
        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.

    messageSource: MessageSource

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