InterfaceReq
classDetermines the outgoing interface where the packet should leave the network node.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
InterfaceTagBase | class | (no description) |
Fields
Name | Type | Description |
---|---|---|
interfaceId | int |
a locally unique (network node) identifier that determines the interface registered in the InterfaceTable |
Source code
// // Determines the outgoing interface where the packet should leave the network node. // class InterfaceReq extends InterfaceTagBase { }File: src/inet/linklayer/common/InterfaceTag.msg