Packet OSPFTimer

File: src/networklayer/ospfv2/OSPFTimer.msg

Represents an OSPF Timer

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends:

Name Type Description
cMessage (unknown -- not in documented files)

Fields:

Name Type Description
timerKind char

Source code:

//
// Represents an OSPF Timer
//
packet OSPFTimer extends cMessage
{
    char timerKind @enum(OSPFTimerType) = InterfaceHelloTimer;
}