Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Attributes | List of all members
StpFrame Class Reference

STP frame structure. More...

Inheritance diagram for StpFrame:
Pdu Signal RstpFrame

Public Attributes

short protocolId
 
byte version
 
StpBpduType messageType
 
byte flags
 
StpId rootBridgeId
 
int rootPathCost
 
StpId bridgeId
 
short portId
 
short messageAge
 
short maxAge
 
short helloTime
 
short forwardDelay
 
vector< StpTypeLengthValuelengthValues
 

Detailed Description

STP frame structure.

Member Data Documentation

◆ bridgeId

StpId StpFrame::bridgeId

◆ flags

byte StpFrame::flags

◆ forwardDelay

short StpFrame::forwardDelay

◆ helloTime

short StpFrame::helloTime

◆ lengthValues

vector<StpTypeLengthValue> StpFrame::lengthValues

◆ maxAge

short StpFrame::maxAge

◆ messageAge

short StpFrame::messageAge

◆ messageType

StpBpduType StpFrame::messageType

◆ portId

short StpFrame::portId

◆ protocolId

short StpFrame::protocolId

◆ rootBridgeId

StpId StpFrame::rootBridgeId

◆ rootPathCost

int StpFrame::rootPathCost

◆ version

byte StpFrame::version

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