Skip to main content

J1939ILAcceptRxPG

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long J1939ILAcceptRxPG( pg * rxPG )

Description

Checks if the received parameter group is addressed to the J1939 IL.

Parameters

  • rxPG: receive parameter group

Return Values

  • < 0: IL Error Code
  • 0: parameter group is not addressed to the IL
  • 1: parameter group is addressed to the IL

Example

on pg TPRS
{
  if (J1939ILAcceptRxPG( this ) <= 0) return;
  // ...
}