Namespace inet
L3AddressTagBase
class(no description)
Extends
Name | Type | Description |
---|---|---|
TagBase | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
srcAddress | L3Address |
may be unspecified |
destAddress | L3Address |
always specified |
Source code
class L3AddressTagBase extends TagBase { L3Address srcAddress; // may be unspecified L3Address destAddress; // always specified }File: src/inet/networklayer/common/L3AddressTag.msg