Packet PPPFrame

File: src/inet/linklayer/ppp/PPPFrame.msg

C++ definition

PPP frame.

Constant-value header fields are not modelled: Flag (=0x7e), address (=0xff), control (=0x03), CRC (bitError())

CRC is modelled only via cMessage's bit error attribute.

Protocol field is not modelled because types of encapsulated messages wil be determined from their class (using C++ dynamic_cast).

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.

Source code:

//
// PPP frame.
//
// Constant-value header fields are not modelled:
// Flag (=0x7e), address (=0xff), control (=0x03), CRC (bitError())
//
// CRC is modelled only via cMessage's bit error attribute.
//
// Protocol field is not modelled because types of encapsulated messages
// wil be determined from their class (using C++ dynamic_cast).
//
packet PPPFrame
{
}