@squawk
    Preparing search index...

    Interface ExtendedSquitterTargetStateAndStatus

    A DF17/18 extended squitter Target State and Status message (type code 29).

    interface ExtendedSquitterTargetStateAndStatus {
        icaoHex: string;
        kind: "extendedSquitterTargetStateAndStatus";
        messageSource: MessageSource;
        targetStateAndStatus: TargetStateAndStatus;
    }

    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.

    kind: "extendedSquitterTargetStateAndStatus"

    Discriminant tag identifying this as a decoded Target State and Status message.

    messageSource: MessageSource

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

    targetStateAndStatus: TargetStateAndStatus

    The decoded target state and status.