Currently not in use.
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
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. |
Name | Type | Description |
---|---|---|
messageText | string | |
connId | int |
identifies the socket within the application |
userId | int |
id than can be freely used by the app |
errorCode | int |
// // Currently not in use. // class TCPErrorInfo extends TCPCommand { int errorCode @enum(TCPErrorCode); string messageText; }