Packet EtherFrameWithLLID

File: src/common/EPON_messages.msg

C++ definition

This is the llid only. EtherFrame is going to be encapsulated into it.

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.

Fields:

Name Type Description
llid uint16_t

Source code:

// This is the llid only. EtherFrame is going
// to be encapsulated into it.
packet EtherFrameWithLLID
{
    uint16_t llid;
}