DispatchProtocolReq

Namespace inet

DispatchProtocolReq

class

C++ definition

This request determines the destination protocol of the message or packet when it's sent from one protocol module to another using the ~MessageDispatcher.

Extends

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

Fields

Name Type Description
servicePrimitive ServicePrimitive

Source code

//
// This request determines the destination protocol of the message or packet
// when it's sent from one protocol module to another using the ~MessageDispatcher.
//
class DispatchProtocolReq extends ProtocolTagBase
{
    ServicePrimitive servicePrimitive;
}

File: src/inet/common/ProtocolTag.msg