NetworkProtocolReq

NetworkProtocolReq

class

This request determines the network protocol that should be used to send the packet. It may be present from the application to the network protocol and from the network protocol to the physical layer.

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends

Name Type Description
ProtocolTagBase class

This is an abstract base class that should not be directly added as a tag.

Fields

Name Type Description
protocol Protocol

specifies a protocol (internal class with an artificial identifier)

Source code

//
// This request determines the network protocol that should be used to send the
// packet. It may be present from the application to the network protocol and
// from the network protocol to the physical layer.
//
class NetworkProtocolReq extends ProtocolTagBase
{
}

File: src/inet/common/ProtocolTag.msg