BMacDataFrameHeader
classDataframe header for BMac. Frame size is configurable in the MAC layer.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
BMacHeaderBase | class |
Base class for BMac headers. |
Fields
Name | Type | Description |
---|---|---|
sequenceId | long |
Sequence Number to detect duplicate messages |
networkProtocol | int | |
srcAddr | MacAddress | |
destAddr | MacAddress | |
type | BMacType | |
mutable | bool | |
complete | bool | |
correct | bool | |
properlyRepresented | bool | |
chunkLength | b | |
rawBin | string[] | |
rawHex | string[] | |
tags | RegionTagSet::cObjectRegionTag[] |
Source code
// // Dataframe header for ~BMac. Frame size is configurable // in the MAC layer. // class BMacDataFrameHeader extends BMacHeaderBase { long sequenceId; // Sequence Number to detect duplicate messages int networkProtocol = -1; }File: src/inet/linklayer/bmac/BMacHeader.msg