Skip to main content

J1939TxAbort

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

dword J1939TxAbort( dword ecuHandle, dword pgn );

Description

Interrupt of a transfer that has previously been started with J1939TxReqPG(). Please note in this regard that for technical reasons, it is only possible to interrupt PGs that are fragmented.

Parameters

  • ecuHandle: ECU handle
  • pgn: parameter group handle

Return Values

0 on success or error code

Example

J1939TxAbort(ecuHdl, 0xFE09)