Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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();