Struct TCPPayloadMessage

File: Transport/TCP/TCPSegment.msg

(no description)

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Fields:

Name Type Description
endSequenceNo unsigned int
msg cMessagePtr

Source code:

struct TCPPayloadMessage
{
    fields:
        unsigned int endSequenceNo;
        cMessagePtr msg;
};