NetSettings Struct Reference

TCP/IP stack settings. More...

#include <net.h>

Data Fields

OsTaskParameters task
 Task parameters. More...
 
NetInterfaceinterfaces
 Network interfaces. More...
 
uint_t numInterfaces
 Number of network interfaces. More...
 

Detailed Description

TCP/IP stack settings.

Definition at line 365 of file net.h.

Field Documentation

◆ interfaces

NetInterface* interfaces

Network interfaces.

Definition at line 368 of file net.h.

◆ numInterfaces

uint_t numInterfaces

Number of network interfaces.

Definition at line 369 of file net.h.

◆ task

Task parameters.

Definition at line 367 of file net.h.


The documentation for this struct was generated from the following file: