Open topic with navigation CAPL Functions » ISO11783 » Virtual Terminal Interaction Layer (VT IL) » VTIL_ResetManipulatedMessageDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
VTIL_ResetManipulatedMessage
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
Resets the change of a single ISO11783VTIL_ManipulateMessage call. The corresponding message is specified by PGN, destination address, and a part of the first eight data bytes.Parameters
- pgn: Use same value as in
ISO11783VTIL_ManipulateMessageto stop manipulation of the message. - destinationAddress: Use same value as in
ISO11783VTIL_ManipulateMessageto stop manipulation of the message. - filterMask: Use same value as in
ISO11783VTIL_ManipulateMessageto stop manipulation of the message. - filterValue: Use same value as in
ISO11783VTIL_ManipulateMessageto stop manipulation of the message. - node: Simulation node to apply the function.
Return Values
- -1: There is no matching entry made by
ISO11783VTIL_ManipulateMessage. - -102: An invalid parameter is used.