BMacControlFrame
classControl Frame 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 |
|---|---|---|
| srcAddr | MacAddress | |
| destAddr | MacAddress | |
| type | BMacType | |
| id | int | |
| mutable | bool | |
| complete | bool | |
| correct | bool | |
| properlyRepresented | bool | |
| chunkLength | b | |
| rawBin | string[] | |
| rawHex | string[] | |
| regionTags | SharingRegionTagSet::TagBaseRegionTag[] |
Source code
// // Control Frame for ~BMac. Frame size is configurable // in the MAC layer. // class BMacControlFrame extends BMacHeaderBase { }File: src/inet/linklayer/bmac/BMacHeader.msg