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

Iso11783OPOnSelectInput (Callback)

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void Iso11783OPOnSelectInput( dword ecuHandle, dword objectID, dword what );

Description

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

Parameters

  • ecuHandle: Handle of the ECU
  • 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 Iso11783OPOnSelectInput( dword handle, dword objectID, dword what )
{
}