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

    Interface FixedPosFrameIdentifier

    A message describing a fixed position frame identifier.

    interface FixedPosFrameIdentifier {
        canFrameFlags?: CanFrameFlags;
        id: number;
        linFrameFlags?: LinFrameFlags;
        mux?: number;
        sourceName?: string;
        tx: boolean;
    }
    Index

    Properties

    canFrameFlags?: CanFrameFlags

    Special CAN flags

    id: number

    Frame identifier

    linFrameFlags?: LinFrameFlags

    Special LIN flags

    mux?: number

    Mux value for the frame, used in multiplexed CAN frames

    sourceName?: string

    Name of the source node, accept any source if not set

    tx: boolean

    True if the frame is transmitted, false if received