Packet IGMPMessage

File: src/inet/networklayer/ipv4/IGMPMessage.msg

C++ definition

(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.

Known subclasses:

Name Type Description
IGMPQuery packet (no description)
IGMPv1Report packet (no description)
IGMPv2Leave packet (no description)
IGMPv2Report packet (no description)
IGMPv3Report packet (no description)

Fields:

Name Type Description
type int

Source code:

packet IGMPMessage
{
    int type @enum(IGMPType);
}