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
Ospfv3HelloPacket Class Reference

OSPFv3 hello packets structure. More...

Inheritance diagram for Ospfv3HelloPacket:
OspfPacket Pdu Signal

Public Attributes

int interfaceId
 
byte priority
 
int optionV3
 
short helloInterval
 
short deadInterval
 
ip designatedRouter
 
ip backupDesignatedRouter
 
vector< ip > neighbors
 
- Public Attributes inherited from OspfPacket
byte version
 
byte typeCode
 
short length
 
ip routerId
 
ip areaId
 
short checkSum
 
short authenticationType
 
int sequence
 

Detailed Description

OSPFv3 hello packets structure.

Member Data Documentation

◆ backupDesignatedRouter

ip Ospfv3HelloPacket::backupDesignatedRouter

◆ deadInterval

short Ospfv3HelloPacket::deadInterval

◆ designatedRouter

ip Ospfv3HelloPacket::designatedRouter

◆ helloInterval

short Ospfv3HelloPacket::helloInterval

◆ interfaceId

int Ospfv3HelloPacket::interfaceId

◆ neighbors

vector<ip> Ospfv3HelloPacket::neighbors

◆ optionV3

int Ospfv3HelloPacket::optionV3

◆ priority

byte Ospfv3HelloPacket::priority

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