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

    Interface InstallServiceExtensionRequest

    Request message for installing a service extension.

    interface InstallServiceExtensionRequest {
        filePath: string;
        preferences: ApiPreferences;
        replaceExisting?: boolean;
    }
    Index

    Properties

    filePath: string

    Full path to the extension WebAssembly file (.wasm file).

    preferences: ApiPreferences

    API preferences.

    replaceExisting?: boolean

    An optional flag that can be used if an extension should be replace/updated with a new WebAssembly file.