Skip to main content

TestCreateInputRange

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE

Function Syntax

  • TestCreateStringInputRange(char text[], char caption[], char info[]);
  • TestCreateValueInputRange(char text[], char caption[], char info[]);
  • TestCreateByteInputRange(char text[], char caption[], char info[]);

Description

This function creates an input dialog. For adding a new range to define the input use the command TestAddRange. After all ranges are added the dialog can be opened by the command TestWaitForInput.

Parameters

  • Text: Text to be displayed in the entry dialog.
  • Caption: The title of the dialog.
  • Info: Further information to be shown.

Return Values

The handle of the dialog.

Example