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

    Interface GetLogFileFormatsResponse

    A response message for GetLogFileFormats request.

    interface GetLogFileFormatsResponse {
        descriptions: string[];
        extensions: string[];
        formats: LogFileFormat[];
        names: string[];
    }
    Index

    Properties

    descriptions: string[]

    Description of each supported format.

    extensions: string[]

    File extensions for each supported format.

    formats: LogFileFormat[]

    All supported formats.

    names: string[]

    Name of each supported format.