Packet RERR

File: src/inet/routing/dymo/DYMO.msg

C++ definition

DYMO RERR packet

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
DYMOPacket packet (no description)

Fields:

Name Type Description
unreachableNode AddressBlock[]
hopLimit int

Source code:

//
// DYMO RERR packet
//
packet RERR extends DYMOPacket
{
    AddressBlock unreachableNode[];
}