Skip to main content

ChkQuery_Valid_AsyncResult

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Method Syntax

Method Syntax

Description

Examines whether a check with particular Id is valid. The data has to be queried first using testWaitForCheckQuery.

Parameters

  • aCheckId: Identifier of the queried Check.

Return Values

  • < 0: Refer the query error codes
  • = 0: Id is invalid
  • > 0: Valid Id

Example