Namespace inet
CsmaCaMacDataHeader
class(no description)
Extends
| Name | Type | Description |
|---|---|---|
| CsmaCaMacHeader | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| chunkLength | ||
| type | ||
| networkProtocol | int |
ethernet protocol ID (2 bytes) |
| priority | int |
802.1d UP (User Priority) (1 byte) |
Packet operations (observed)
| action | module |
|---|---|
| insertAtBack | ApskScalarRadioMedium |
| insertAtFront | CsmaCaMac |
| popAtFront | CsmaCaMac |
Source code
class CsmaCaMacDataHeader extends CsmaCaMacHeader { chunkLength = B(17); type = CSMA_DATA; int networkProtocol = -1; // ethernet protocol ID (2 bytes) int priority = -1; // 802.1d UP (User Priority) (1 byte) }File: src/inet/linklayer/csmaca/CsmaCaMacHeader.msg