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

    Interface FixedPosFrameIdentifier

    A message describing a fixed position frame identifier.

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

    Properties

    canFrameFlags?: CanFrameFlags

    Special CAN flags

    id: number

    Frame identifier

    linFrameFlags?: LinFrameFlags

    Special LIN flags

    mux?: number

    Multiplexing value of the frame, used in multiplexed CAN frames

    sourceId?: string

    Identifier of the source node, accepts any source if not set

    tx?: boolean

    True if the frame is transmitted, false if received, undefined if both