Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Interaction Layer » Iso11783IL_OPOnAuxiliaryInput

Iso11783IL_OPOnAuxiliaryInput (Callback)

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void Iso11783IL_OPOnAuxiliaryInput( dword objectID, dword value1, dword value2 );

Description

The function is called by the node layer if an Auxiliary Input Status is received and an Auxiliary Function in the object pool is assigned.

Parameters

  • objectID: Object identifier of the auxiliary function object
  • value1: Value 1
  • value2: Value 2

Return Values

Example

void Iso11783IL_OPOnAuxiliaryInput( dword objectID, dword value1, dword value2 )
{
}