ValueChangedArgsMsg

Summary

Message triggered every time one or more of its signals value(s) has/have been changed.

Methods
Properties

Structure

class ValueChangedArgsMsg
match(message: str) bool

identify which message with the value change

Parameters

message (str) – message is message_id_or_name

Returns

True if the message exists in the node. Otherwise, False

Return type

bool

ecu

the ecu

Type

IEcuMessageBasedNode

message_id

the message id

Type

uint32

message_name

the message name

Type

str

new_value

the value set by the user

Type

object

old_value

the default value

Type

object