MacProtocolInd

Namespace inet

MacProtocolInd

class

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

Extends

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

Fields

Name Type Description
macProtocolHeader ChunkPtr

Source code

//
// This indication specifies the mac protocol that was used to receive the
// packet. It may be present from the mac protocol to the application.
//
class MacProtocolInd extends ProtocolTagBase
{
    ChunkPtr macProtocolHeader;
}
File: src/inet/common/ProtocolTag.msg