ProtocolListTagBase

Namespace inet

ProtocolListTagBase

class

This 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 list of protocols (internal class with an artificial identifier)

Source code

//
// This is an abstract base class that should not be directly added as a tag.
//
class ProtocolListTagBase extends TagBase
{
    const Protocol *protocol[]; // specifies a list of protocols (internal class with an artificial identifier)
}

File: src/inet/common/ProtocolTag.msg