Message OSPFTimer

File: Network/OSPFv2/OSPFTimer.msg

C++ definition: click here

Represents an OSPF Timer

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

OSPFTimer

Extends:

cMessage (unknown -- not in documented files)

Fields:

Name Type Description
timerKind char

Source code:

message OSPFTimer extends cMessage
{
    fields:
        char   timerKind enum(OSPFTimerType) = InterfaceHelloTimer;
};