Packet DTmessage

File: src/DT_App/DTmessage.msg

extends cPacket

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.

Fields:

Name Type Description
dstAddrr string

destination address

dstPort int

< destination UDP port

srcPort int

< source UDP port

Source code:

packet DTmessage //extends cPacket
{
    string dstAddrr; 	// destination address
    int dstPort;      ///< destination UDP port
    int srcPort;      ///< source UDP port
}