Skip to main content

diagGetCommunicationErrorString

Valid for: CANoe DE

Function Syntax

Description

Returns a description for the given communication error.

Parameters

  • communicationError: Value returned by diagGetLastCommunicationError.
  • descriptionOut: Output buffer for the meaning of the communication error.
  • bufferLen: Capacity of the output buffer.

Return Values

Number of characters written to the buffer.

Example