VTIL_ResetResponseContent
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long VTIL_ResetResponseContent(dbNode workingSetMaster, byte vtFunction); // form 1long VTIL_ResetResponseContent(dword addressWorkingSetMaster, byte vtFunction); // form 2long VTIL_ResetResponseContent(dbNode vt, dbNode workingSetMaster, byte vtFunction); // form 3long VTIL_ResetResponseContent(dbNode vt, dword addressWorkingSetMaster, byte vtFunction); // form 4
Description
The function resets the response modification of VTIL_SetResponseContent. Afterwards, the default response is sent by the VT IL.Parameters
- vt: VT simulation node to apply the function
- workingSetMaster: Receiver of the VT12 response message
- addressWorkingSetMaster: Address of the Receiver of the VT12 response message
- vtFunction: The function refers to the response with this VT function value
Return Values
- 0: Blocking of all messages has been stopped successfully
- < 0: An error has occurred, see IL Error Code.