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

    Interface CanMessageFilterSettings

    A message for defining a CAN message filter's settings.

    interface CanMessageFilterSettings {
        extCanIds: string;
        filterType: CanMessageFilterType;
        stdCanIds: string;
    }
    Index

    Properties

    extCanIds: string

    A comma separated list containing the extended CAN IDs to filter

    The filter type to be used

    stdCanIds: string

    A comma separated list containing the standard CAN IDs to filter