MacAddressReq
classDetermines the source and destination MAC addresses for an outgoing 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
// // Determines the source and destination MAC addresses for an outgoing packet. // class MacAddressReq extends MacAddressTagBase { }File: src/inet/linklayer/common/MacAddressTag.msg