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.

J1939NMTDump

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

dword J1939NMTDump(dword bufferSize, char buffer[]);

Description

The current state of the network table is copied into a buffer.

Parameters

  • bufferSize: size of the buffer
  • buffer: buffer, in which network table is copied

Return Values

Number of copied bytes

Example