Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

diagIsRawResp

Valid for: CANoe DE

Function Syntax

long diagIsRawResp(diagRequest request);

Method Syntax

Method Syntax
diagRequest::IsRawResp();

Description

Returns if the response stored for the request is stored as raw data or can be interpreted.

Parameters

  • request: Request

Return Values

  • 1: Response is stored as raw data.
  • 0: Response can be interpreted.
  • \< 0: Error code

Example

diagIsRaw