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

    Interface GetLogFileFormatsRequest

    A request message to get supported log file formats.

    interface GetLogFileFormatsRequest {
        messageLog: boolean;
        readSupport: boolean;
        signalLog: boolean;
    }
    Index

    Properties

    messageLog: boolean

    Set to true to include message log formats.

    readSupport: boolean

    Set to true to only include formats with read support.

    signalLog: boolean

    Set to true to include signal value log formats.