Message PPPFrame

File: NetworkInterfaces/PPP/PPPFrame.msg

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).

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Source code:

message PPPFrame
{
    fields:
};