DoIP_SetEID, DoIP_SetGroupIdentification, DoIP_SetVIN
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
Configures the Vehicle Announcement/Vehicle Identification Response Message sent by a vehicle simulation. NoteIf these functions are used in combination with DiagInitEcuSimulation, the functions must be called in on prestart. Otherwise the functions have no effect. Reason: The DoIP.DLL is initialized in a ECU simulation after on prestart but before on start.
Parameters
- EID: Send this entity ID in the message, e.g. a MAC address.
- GID: Send this group identity in the message, e.g. a MAC address.
- furtherActionRequired: 0: No further action is required (default)
- VINGIDsyncStatus: 0: VIN and GID are synchronized (default)
0x10: VIN and GID are NOT synchronized; the tester should repeat the Vehicle Identification Request. - VIN: Vehicle Identification Number sent in the message.