Packet PIMHello

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

C++ definition

Hello message DM, SM

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
PIMPacket packet

Header

Fields:

Name Type Description
type short
options HelloOptionPtr[]
version short

Source code:

// Hello message
// DM, SM
packet PIMHello extends PIMPacket
{
    @customize(true);
    type = Hello;
    abstract HelloOptionPtr options[];
}