NetworkProtocolInd

Namespace inet

NetworkProtocolInd

class

C++ definition

This indication specifies the network protocol that was used to receive the packet. It may be present from the network protocol to the application.

Extends

Name Type Description
ProtocolTagBase (unknown -- not in documented files)

Fields

Name Type Description
networkProtocolHeader ChunkPtr

Source code

//
// This indication specifies the network protocol that was used to receive the
// packet. It may be present from the network protocol to the application.
//
class NetworkProtocolInd extends ProtocolTagBase
{
    ChunkPtr networkProtocolHeader;
}

File: src/inet/common/ProtocolTag.msg