Enum PIMPacketType

File: src/inet/routing/pim/PIMPacket.msg

(no description)

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.

Source code:

enum PIMPacketType
{

    Hello = 0;
    Register = 1;
    RegisterStop = 2;
    JoinPrune = 3;
    Bootstrap = 4;
    Assert = 5;
    Graft = 6;
    GraftAck = 7;
    CandidateRPAdvertisement = 8;
    StateRefresh = 9;
}