Class TCPSendCommand

File: src/inet/transportlayer/contract/tcp/TCPCommand.msg

C++ definition

Control info to be used with the SEND command.

See also: TcpCommandCode, ITCP

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.

Extends:

Name Type Description
TCPCommand class

Control info for TCP connections. This class is to be set as control info (see cMessage::setControlInfo()) on all messages exchanged between TCP and application, in both directions. Some commands and indications (TCP_C_OPEN_xxx, TCP_I_STATUS) use subclasses.

Fields:

Name Type Description
connId int

identifies the socket within the application

userId int

id than can be freely used by the app

Source code:

//
// Control info to be used with the SEND command.
//
// @see ~TcpCommandCode, ~ITCP
//
class TCPSendCommand extends TCPCommand
{
}