MacAddressInd
classSpecifies the source and destination MAC 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 |
---|---|---|
MacAddressTagBase | class | (no description) |
Fields
Name | Type | Description |
---|---|---|
srcAddress | MacAddress |
may be unspecified |
destAddress | MacAddress |
always specified |
Source code
// // Specifies the source and destination MAC addresses for an incoming packet. // class MacAddressInd extends MacAddressTagBase { }File: src/inet/linklayer/common/MacAddressTag.msg