Iso11783IL_OPGetNumericValue
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long Iso11783IL_OPGetNumericValue( dword objectID, long& value ); // form 1long Iso11783IL_OPGetNumericValue( dbNode implement, dword objectID, long& value ); // form 2long Iso11783IL_OPGetNumericValue( dword objectID ); // form 3 **deprecated**long Iso11783IL_OPGetNumericValue( dbNode implement, dword objectID ); // form 4 **deprecated**
Description
The function returns a numeric value of an object. The object must exist in the object pool and must support a numeric value.Parameters
- objectID: Object Identifier of the object.
- implement: Simulation node to apply the function.
- value: Returns the integer value of the object.
Return Values
- Form 1, 2: 0 on success or error code
- Form 3, 4: Integer value of the object. If a value of 0 is returned, you can check with the function Iso11783IL_GetLastError if the function succeeded.