TCIL_ResetResponseContent
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long TCIL_ResetResponseContent(dbNode client, dword command, dword subcommand); // form 1long TCIL_ResetResponseContent(dword addressClient, dword command, dword subcommand); // form 2long TCIL_ResetResponseContent(dbNode tc, dbNode client, dword command, dword subcommand); // form 3long TCIL_ResetResponseContent(dbNode tc, dword addressClient, dword command, dword subcommand); // form 4
Description
The function resets the modification of TCIL_SetResponseContent. The TC IL returns to the default response behavior.Parameters
- tc: TC simulation node to apply the function.
- client: Task Controller client which is the originator of the command and receiver of the response message.
- addressClient: Address of the Task Controller client which is the originator of the command and receiver of the response message.
- command: Refers to the response with this command value, 0..15.
- subcommand: Refers to the response with this subcommand value (is only used if command is 0 or 1), 0..15.
Return Values
- 0: Function has been executed successfully
- < 0: An error has occurred, see IL Error Code