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

    Interface GetServiceExtensionInfoRequest

    Request message for getting information about a service extension, either from a WebAssembly file or from an installed extension.

    interface GetServiceExtensionInfoRequest {
        filePathOrName: string;
        preferences: ApiPreferences;
    }
    Index

    Properties

    filePathOrName: string

    Full path to the extension WebAssembly file (.wasm file), or the extension name if it is already installed.

    preferences: ApiPreferences

    API preferences.