EncapsulationProtocolInd
classThis indication determines the original protocol encapsulation order of the packet. If this tag is attached to the packet, then the protocols specify the order of encapsulation as it seen by the protocol modules when the packet was processed and decapsulated.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| ProtocolListTagBase | class |
This is an abstract base class that should not be directly added as a tag. |
Fields
| Name | Type | Description |
|---|---|---|
| protocol | Protocol[] |
specifies a list of protocols (internal class with an artificial identifier) |
Source code
// // This indication determines the original protocol encapsulation order of the // packet. If this tag is attached to the packet, then the protocols specify the // order of encapsulation as it seen by the protocol modules when the packet was // processed and decapsulated. // class EncapsulationProtocolInd extends ProtocolListTagBase { }File: src/inet/common/ProtocolTag.msg