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 » ISO11783 » ISO11783 Node Layer » Iso11783GetLastError

Iso11783GetLastError

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

dword Iso11783GetLastError( void );

Description

This function returns the last error code.

Parameters

Return Values

Error code

Example

dword errCode;
errCode = Iso11783GetLastError();