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

# getReceivedPackets

> Parse and return all complete packets received since the last call.

# getReceivedPackets

## Summary

Parse and return all complete packets received since the last call.

## Signature

```typescript theme={null}
getReceivedPackets(): Uint8Array[];
```

## Parameters

*No parameters.*

## Returns

**Type**:`Uint8Array[]`

Parse and return all complete packets received since the last call.

## Remarks

Partial packets are retained internally and combined with future chunks until they are complete. Call this method once per frame.
