Skip to main content

Iso11783OPSelectInput

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783OPSelectInput( dword ecuHandle, dword objectID, dword select );

Description

The function selects an input object. A Select Input command is sent to the Virtual Terminal.

Parameters

  • ecuHandle: Handle of the ECU (must be created with Iso11783CreateECU)
  • objectID: Object ID of an input object
  • select:
    • 0: no input object shall be selected (i.e. focus is removed)
    • 1: select input object
    • 2: open input object for user input (only version >= 3)

Return Values

0 or error code

Example

Iso11783OPSelectInput( handle, 1200, 1 );