Packet NetworkDatagramBase

File: src/inet/networklayer/base/NetworkDatagramBase.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
FloodDatagram packet (no description)
ProbabilisticBroadcastDatagram packet (no description)
WiseRouteDatagram packet (no description)

Fields:

Name Type Description
srcAddr L3Address
destAddr L3Address

Source code:

packet NetworkDatagramBase
{
    L3Address srcAddr;
    L3Address destAddr;
}