L3AddressTagBase
class(no description)
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
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 | 
|---|---|---|
| L3AddressInd | class | 
 Specifies the source and destination network addresses for an incoming packet.  | 
   
| L3AddressReq | class | 
 Determines the source and destination network addresses for an outgoing packet.  | 
   
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