Skip to main content

DiagSendResponsePDU

Valid for: CANoe DE

Function Syntax

Description

Sends a raw byte buffer. E.g. this allows sending responses with invalid protocol headers.

Parameters

  • rawPDU: Byte buffer to be transmitted.
  • rawPDULength: Length of the byte buffer.

Return Values

On success 0, otherwise a value less than 0.

Example