CsmaCaMacTrailer
Namespace inet
CsmaCaMacTrailer
class(no description)
Extends
| Name | Type | Description |
|---|---|---|
| FieldsChunk | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| chunkLength | ||
| fcs | uint32_t | |
| fcsMode | ChecksumMode |
should be FcsMode, but OMMeT++ bug #1351 prevents that (fixed in OMNeT++ 6.2) |
Source code
class CsmaCaMacTrailer extends FieldsChunk { chunkLength = B(4); uint32_t fcs = 0; ChecksumMode fcsMode = FCS_MODE_UNDEFINED; // should be FcsMode, but OMMeT++ bug #1351 prevents that (fixed in OMNeT++ 6.2) }File: src/inet/linklayer/csmaca/CsmaCaMacHeader.msg