Namespace simu5g
M1Message
message(no description)
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Fields
Name | Type | Description |
---|---|---|
clientAddr | L3Address |
client address |
clientPort | int |
client UDP port |
numPkSent | long |
number of packets sent |
Source code
message M1Message { inet::L3Address clientAddr; // client address int clientPort; // client UDP port long numPkSent; // number of packets sent }File: src/apps/vod/M1Message.msg