Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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 )
{
}