Namespace inet
SocketTagBase
class(no description)
Extends
Name | Type | Description |
---|---|---|
TagBase | (unknown -- not in documented files) |
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