A response message for SetSignalDataToMessageData request.

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

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.