Packet RREQ

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

C++ definition

DYMO RREQ 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
RteMsg packet (no description)

Fields:

Name Type Description
hopCount int
originatorNode AddressBlock
targetNode AddressBlock
addedNode AddressBlock[]
hopLimit int

Source code:

//
// DYMO RREQ packet
//
packet RREQ extends RteMsg
{
}