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.

Iso11783NMTDump

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

dword Iso11783NMTDump(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