Skip to main content

DoIP_CreatePDUCombination

Valid for: CANoe DE Note
The following DoIP CAPL function is only available with the modeling library DoIP.dll and eventually an appropriate implementation of the CAPL Callback Interface. Information about the DoIP DLL and the CAPL Callback Interface you find here:

Function Syntax

long DoIP_CreatePDUCombination();

Description

Initialize the combination of several PDUs for sending as one block of data on the TCP connection. If PDUs were already stored they will be discarded.

Parameters

Return Values

  • 0: Success
  • Other: Reserved

Example

See DoIP_SendPDUCombination DoIP_AddCombinedPDUDoIP_SendPDUCombination