Packet CsmaCaMacFrame

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.

Known subclasses:

Name Type Description
CsmaCaMacAckFrame packet (no description)
CsmaCaMacDataFrame packet (no description)

Fields:

Name Type Description
transmitterAddress MACAddress
receiverAddress MACAddress

Source code:

packet CsmaCaMacFrame
{
    @implements(IMACFrame);
    MACAddress transmitterAddress;
    MACAddress receiverAddress;
}