ValueChangedArgs

Summary

Event or field triggered every time the payload value has been changed.

Methods
Properties

Structure

class ValueChangedArgs
match(selector: str) bool

identify which service or member with the value change

Parameters

selector (str) – selector is service_id_or_name.instance_id.member_id_or_name

Returns

True if the selector exist in the node. Otherwise, False

Return type

bool

ecu

the ecu

Type

EcuNodeEthernet

instance_id

instance id of the service

Type

uint16

member_id

member id can be field id or event id

Type

uint16

member_name

member name can be field name or event name

Type

str

new_value

the value set by the user

Type

object

old_value

the default value

Type

object

service_id

the service id

Type

uint16

service_name

the service name

Type

str