CsmaCaMacHeader
class(no description)
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.
Extends
Name | Type | Description |
---|---|---|
FieldsChunk | class | (no description) |
Known subclasses
Name | Type | Description |
---|---|---|
CsmaCaMacAckHeader | class | (no description) |
CsmaCaMacDataHeader | class | (no description) |
Fields
Name | Type | Description |
---|---|---|
type | CsmaCaMacHeaderType |
header type (1 byte) |
headerLengthField | uint8_t |
header length in bytes, max value is 255 (1 byte) |
transmitterAddress | MacAddress |
(6 byte) |
receiverAddress | MacAddress |
(6 byte) |
mutable | bool | |
complete | bool | |
correct | bool | |
properlyRepresented | bool | |
chunkLength | b | |
rawBin | string[] | |
rawHex | string[] | |
tags | RegionTagSet::cObjectRegionTag[] |
Source code
class CsmaCaMacHeader extends FieldsChunk { CsmaCaMacHeaderType type; // header type (1 byte) uint8_t headerLengthField; // header length in bytes, max value is 255 (1 byte) MacAddress transmitterAddress; // (6 byte) MacAddress receiverAddress; // (6 byte) }File: src/inet/linklayer/csmaca/CsmaCaMacHeader.msg