Namespace inet
ProtocolTagBase
classThis is an abstract base class that should not be directly added as a tag.
Extends
Name | Type | Description |
---|---|---|
TagBase | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
protocol | Protocol |
specifies a protocol (internal class with an artificial identifier) |
Source code
// // This is an abstract base class that should not be directly added as a tag. // class ProtocolTagBase extends TagBase { const Protocol *protocol @getter(findProtocol); // specifies a protocol (internal class with an artificial identifier) }File: src/inet/common/ProtocolTag.msg