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

Iso11783IL_OPOnSelectInput

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void Iso11783IL_OPOnSelectInput( dword objectID, dword what );

Description

The function is called by the node layer, if an input object is selected.

Parameters

  • objectID: Object ID of the selected input object
  • what:
    • 0: input object is not selected
    • 1: input object is selected
    • 2: input object is opened

Return Values

Example

void Iso11783IL_OPOnSelectInput( dword objectID, dword what )
{
}