extends cPacket
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
| Name | Type | Description |
|---|---|---|
| dstAddrr | string |
destination address |
| dstPort | int |
< destination UDP port |
| srcPort | int |
< source UDP port |
packet DTmessage //extends cPacket { string dstAddrr; // destination address int dstPort; ///< destination UDP port int srcPort; ///< source UDP port }