L3AddressInd
classSpecifies the source and destination network addresses for an incoming packet.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
L3AddressTagBase | class | (no description) |
Fields
Name | Type | Description |
---|---|---|
srcAddress | L3Address |
may be unspecified |
destAddress | L3Address |
always specified |
Source code
// // Specifies the source and destination network addresses for an incoming packet. // class L3AddressInd extends L3AddressTagBase { }File: src/inet/networklayer/common/L3AddressTag.msg