Packet CsmaCaMacDataFrame

File: src/inet/linklayer/csmaca/CsmaCaMacFrame.msg

C++ definition

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

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

Extends:

Name Type Description
CsmaCaMacFrame packet (no description)

Fields:

Name Type Description
priority int

802.1d UP (User Priority)

transmitterAddress MACAddress
receiverAddress MACAddress

Source code:

packet CsmaCaMacDataFrame extends CsmaCaMacFrame
{
    int priority;  // 802.1d UP (User Priority) 
}