Skip to main content

coTfsODAddOptEntryValueRange (Level 2)

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE Note
Before using this function you have to call coTfsSetNodeId to set the internal node ID.

Function Syntax

Description

The function expands the allowed value range of the last created object entry with the given value. The call of this function without coTfsODAddEntry is not allowed! For the description of single values the function coTfsODAddOptEntryValue can be used.

Parameters

  • inMinValueBuf[]: Minimum value of the range, size must be the same as minValueBufSize at least.
  • minValueBufSize: Size of buffer.
  • inMaxValueBuf[]: Maximum value of the range, size must be the same as maxValueBufSize at least.
  • maxValueBufSize: Size of buffer.
  • minValue: Minimum value of the range.
  • maxValue: Maximum value of the range.

Return Values

Error code

Example

Used Constants