J1939SetEnvInt
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
This function sets the value of an environment variable.Parameters
- envVar: name of the environment variable
- index: index of the environment variable
- value: new value
dword J1939SetEnvInt( char envVar[], dword index, dword value );
J1939SetEnvInt( "EvFrictionForce", 1, 3 );