Namespace inet
NetworkHeaderBase
class(no description)
Extends
Name | Type | Description |
---|---|---|
FieldsChunk | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
sourceAddress | L3Address | |
destinationAddress | L3Address | |
protocol | Protocol |
Source code
class NetworkHeaderBase extends FieldsChunk { @existingClass; L3Address sourceAddress @byValue @toValue(.str()) @fromValue(L3Address($)); L3Address destinationAddress @byValue @toValue(.str()) @fromValue(L3Address($)); const Protocol *protocol; }File: src/inet/networklayer/contract/NetworkHeaderBase.msg