> ## Documentation Index
> Fetch the complete documentation index at: https://notevil.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CAPLfunctionIso11783NMTDump

# Iso11783NMTDump

[Valid for](../../../../Shared/FeatureAvailability.md): 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

—
