StpBridgeSettings Struct Reference

STP bridge settings. More...

#include <stp.h>

Data Fields

NetInterfaceinterface
 Underlying network interface. More...
 
uint_t numPorts
 Number of ports. More...
 
StpBridgePortports
 Bridge's ports. More...
 

Detailed Description

STP bridge settings.

Definition at line 245 of file stp.h.

Field Documentation

◆ interface

NetInterface* interface

Underlying network interface.

Definition at line 247 of file stp.h.

◆ numPorts

uint_t numPorts

Number of ports.

Definition at line 248 of file stp.h.

◆ ports

StpBridgePort* ports

Bridge's ports.

Definition at line 249 of file stp.h.


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