Skip to main content

ChkQuery_EventStatus_AsyncResult

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Method Syntax

Method Syntax

Description

Converts the status into a string that can be printed. Returns the number of characters written (<= length). The data has to be queried first using testWaitForCheckQuery.

Parameters

  • aCheckId: Identifier of the queried Check.
  • aBuffer: Buffer where string is stored.
  • aBufferLength: Length of provided buffer.

Return Values

  • < 0: Refers the query error codes
  • ≥ 0: Number of characters

Example