Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Node Layer » Iso11783OPOnValueChange

Iso11783OPOnValueChange (Callback)

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void Iso11783OPOnValueChange( dword ecuHandle, dword objectID );

Description

The function is called by the node layer, if the value of an object is changed (with the command Change String Value or Change Numeric Value). The functions Iso11783OPGetStringValue and Iso11783OPGetNumericValue can be used to get the new value of the object.

Parameters

  • ecuHandle: Handle of the ECU
  • objectID: Object Identifier of the changed object

Return Values

Example

void Iso11783OPOnValueChange( dword handle, dword objectID )
{
}