_DoIP_UDPDataInd
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
An UDP packet was received that cannot be interpreted by this DoIP implementation. The sender’s IP address is given as the first argument, in text form. NoteSince the DoIP implementation is extended over time, the number of unknown packet types will be reduced. To process all UDP packets use the callback function _DoIP_UDPInd. It is called for every UDP packet received before any processing is done.
Parameters
- IPaddress: Address in text form, e.g. “169.254.32.1” (IPv4) or “2001::1” (IPv6).
- data: The raw data received, including complete header, if present.