Open topic with navigation CAPL Functions » J1939 » GB/T 27930 IL » GBT27930IL_ResetBlockedRxMessageDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
GBT27930IL_ResetBlockedRxMessage
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
Resets the change of a single GBT27930IL_BlockRxMessage call. The message to unblock is specified by PGN, source address and a part of the first eight data bytes.Parameters
- pgn: Use same value as in
GBT27930IL_BlockRxMessageto stop blocking the message. - sourceAddress: Use same value as in
GBT27930IL_BlockRxMessageto stop blocking the message. - filterMask: Use same value as in
GBT27930IL_BlockRxMessageto stop blocking the message. - filterValue: Use same value as in
GBT27930IL_BlockRxMessageto stop blocking the message. - node: Simulation node to apply the function.
Return Values
- 0: Blocking has been stopped successfully
- -1: There is no matching entry made by
GBT27930IL_BlockRxMessage - -102: An invalid parameter is used