> ## 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.

# constructor

> Constructs a new instance of the UDPClient class

# constructor

## Summary

Constructs a new instance of the `UDPClient` class

## Signature

```typescript theme={null}
constructor(_port: number, _ip: string, magicValue: string, _wss: boolean);
```

## Parameters

### \_port

* **Type**:`number`

### \_ip

* **Type**:`string`

### magicValue

* **Type**:`string`

### \_wss

* **Type**:`boolean`
