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

    Interface AddOrUpdateSourceRequest

    A request message for adding or updating a source node.

    interface AddOrUpdateSourceRequest {
        replaceAllProperties: boolean;
    }
    Index

    Properties

    replaceAllProperties: boolean

    If true then all properties will be replaced with values from source. If false then only properties with values in source will be updated. This field is ignored when adding a new node.