LldpAgentSettings Struct Reference

LLDP agent settings. More...

#include <lldp.h>

Data Fields

OsTaskParameters task
 Task parameters. More...
 
NetInterfaceinterface
 Network interface to configure. More...
 
uint_t numPorts
 Number of ports. More...
 
LldpPortEntryports
 Port table. More...
 
uint_t numNeighbors
 Maximum number of entries in the neighbor table. More...
 
LldpNeighborEntryneighbors
 Neighbor table. More...
 
LldpSendCallback sendCallback
 LLDP frame transmission callback function. More...
 
LldpReceiveCallback receiveCallback
 LLDP frame reception callback function. More...
 
LldpTickCallback tickCallback
 Tick callback function. More...
 

Detailed Description

LLDP agent settings.

Definition at line 315 of file lldp.h.

Field Documentation

◆ interface

NetInterface* interface

Network interface to configure.

Definition at line 318 of file lldp.h.

◆ neighbors

LldpNeighborEntry* neighbors

Neighbor table.

Definition at line 322 of file lldp.h.

◆ numNeighbors

uint_t numNeighbors

Maximum number of entries in the neighbor table.

Definition at line 321 of file lldp.h.

◆ numPorts

uint_t numPorts

Number of ports.

Definition at line 319 of file lldp.h.

◆ ports

LldpPortEntry* ports

Port table.

Definition at line 320 of file lldp.h.

◆ receiveCallback

LldpReceiveCallback receiveCallback

LLDP frame reception callback function.

Definition at line 324 of file lldp.h.

◆ sendCallback

LldpSendCallback sendCallback

LLDP frame transmission callback function.

Definition at line 323 of file lldp.h.

◆ task

Task parameters.

Definition at line 317 of file lldp.h.

◆ tickCallback

LldpTickCallback tickCallback

Tick callback function.

Definition at line 325 of file lldp.h.


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