Skip to main content
Open topic with navigation CAPL Functions » J1939 » J1939 NL » J1939GetLastError

J1939GetLastError

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

dword J1939GetLastError(void);

Description

This function returns the last error code.

Parameters

Return Values

error code

Example

dword errCode;
errCode = J1939GetLastError();