|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
STP frame structure. More...
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< StpTypeLengthValue > | lengthValues |
STP frame structure.
| StpId StpFrame::bridgeId |
| byte StpFrame::flags |
| short StpFrame::forwardDelay |
| short StpFrame::helloTime |
| vector<StpTypeLengthValue> StpFrame::lengthValues |
| short StpFrame::maxAge |
| short StpFrame::messageAge |
| StpBpduType StpFrame::messageType |
| short StpFrame::portId |
| short StpFrame::protocolId |
| StpId StpFrame::rootBridgeId |
| int StpFrame::rootPathCost |
| byte StpFrame::version |