Class LANPruneDelayOption

File: src/inet/routing/pim/PIMPacket.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.

Extends:

Name Type Description
HelloOption class (no description)

Fields:

Name Type Description
type short
propagationDelay uint16_t
overrideInterval uint16_t

Source code:

class LANPruneDelayOption extends HelloOption
{
    type = LANPruneDelay;
    uint16_t propagationDelay;
    uint16_t overrideInterval;
}