TcpErrorInfo

Namespace inet

TcpErrorInfo

class

Currently not in use.

Extends

Name Type Description
TcpCommand (unknown -- not in documented files)

Fields

Name Type Description
errorCode TcpErrorCode
messageText string

Source code

//
// Currently not in use.
//
class TcpErrorInfo extends TcpCommand
{
    TcpErrorCode errorCode;
    string messageText;
}

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