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

    Interface SetSignalDataToMessageDataResponse

    A response message for SetSignalDataToMessageData request.

    interface SetSignalDataToMessageDataResponse {
        data: number[];
        signalValues: SignalValue[];
    }
    Index

    Properties

    Properties

    data: number[]

    Updated message data.

    signalValues: SignalValue[]

    Updated signal values. Might be different from the once passed in the request if the specified signal value couldn't be exactly represented in raw data.