CsmaCaMacAckHeader
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 |
|---|---|---|
| CsmaCaMacHeader | class | (no description) |
Fields
| Name | Type | Description |
|---|---|---|
| chunkLength | b | |
| 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) |
| id | int | |
| mutable | bool | |
| complete | bool | |
| correct | bool | |
| properlyRepresented | bool | |
| rawBin | string[] | |
| rawHex | string[] | |
| regionTags | SharingRegionTagSet::TagBaseRegionTag[] |
Source code
class CsmaCaMacAckHeader extends CsmaCaMacHeader { chunkLength = B(14); type = CSMA_ACK; }File: src/inet/linklayer/csmaca/CsmaCaMacHeader.msg