SocketTagBase
class(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| TagBase | class |
This is an abstract base class that should not be directly added to a message as a tag. It is used as the base class of all tags, thus it doesn't have any fields. |
Known subclasses
| Name | Type | Description |
|---|---|---|
| SocketInd | class |
Specifies the application socket of an incoming packet, received by the application. |
| SocketReq | class |
Determines the application socket of an outgoing packet, sent by the application. |
Fields
| Name | Type | Description |
|---|---|---|
| socketId | int |
a locally unique (network node) identifier that determines the application socket |
Source code
class SocketTagBase extends TagBase { int socketId = -1; // a locally unique (network node) identifier that determines the application socket }File: src/inet/common/socket/SocketTag.msg