PppTrailer
class(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| FieldsChunk | class | (no description) |
Fields
| Name | Type | Description |
|---|---|---|
| chunkLength | b | |
| fcs | short |
frame check sequence, 2 byte |
| flag | short |
1 byte, omitted for successive PPP packets |
| id | int | |
| mutable | bool | |
| complete | bool | |
| correct | bool | |
| properlyRepresented | bool | |
| rawBin | string[] | |
| rawHex | string[] | |
| regionTags | SharingRegionTagSet::TagBaseRegionTag[] |
Source code
class PppTrailer extends FieldsChunk { chunkLength = PPP_TRAILER_LENGTH; //FIXME correct value is 3, but old inet was used 2 bytes short fcs = 0; // frame check sequence, 2 byte short flag = 0x7e; // 1 byte, omitted for successive PPP packets }File: src/inet/linklayer/ppp/PppFrame.msg