_DoIP_MessageAcknowledgeInd
Valid for: CANoe DE NoteThe 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
A positive or negative acknowledgment was received in the tester. The code may provide additional information on the reason for a negative acknowledge.Parameters
-
payloadType
- ISO13400
- 0x8002: Diagnostic message positive acknowledgment
- 0x8003: Diagnostic message negative acknowledgment
- HSFZ
- 0x02: positive acknowledgment
- 0x40..0xFF: negative acknowledgment (different reasons)
- other reserved
- ISO13400
-
ackCode
- Response code transported in the acknowledgment, or -1 for HSFZ.
- -1: not available, i.e. HSFZ does not send a code
- 0: OK (ISO 13400 positive acknowledgment)
- 2..8: Not OK (ISO 13400 negative acknowledgment)
- other reserved
- Response code transported in the acknowledgment, or -1 for HSFZ.
-
testerAddress
- Logical address of the tester the acknowledgment is directed to.
-
ecuAddress
- Logical address of the entity that sends the acknowledgment.