Namespace inet
TCPErrorInfo
classCurrently not in use.
Extends
Name | Type | Description |
---|---|---|
TCPCommand | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
errorCode | int | |
messageText | string |
Source code
// // Currently not in use. // class TCPErrorInfo extends TCPCommand { int errorCode @enum(TCPErrorCode); string messageText; }File: src/inet/transportlayer/contract/tcp/TCPCommand.msg