Kvaser CanKing GUI Extensions SDK - v7.5.1
    Preparing search index...

    Interface SelectedSignalInfoChangeArgs

    Arguments for the SelectedSignalInfo change event. Includes the message definition containing the signal.

    interface SelectedSignalInfoChangeArgs {
        message: FrameDefinition;
        qualifiedName: string;
        sourceId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The message definition containing the signal.

    qualifiedName: string

    The qualified name of the selected signal.

    sourceId: string

    The source identifier of the selected signal.