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.
DoIP_SendPDUCombination
Valid for: CANoe DE Note ExecutingSendPDUCombination does not clear the container buffer, i.e. when calling DoIP_AddCombinedPDU after sending, the container will be extended further. To empty the container, you need to call DoIP_CreatePDUCombination again after sending.
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
Description
Send the combined PDUs on the open TCP connection in one block. Typically, the PDUs will be sent in one IP packet, depending on the PDU size of the transporting medium.Parameters
—Return Values
- -11: Sending data on the TCP connection failed
- -6: No PDUs have been combined yet
- -4: The TCP connection is not established
- 0: Success
- Other: Reserved