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