Skip to main content

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