LMacDataFrameHeader
Namespace inet
LMacDataFrameHeader
classDataframe header for ~LMac. Frame size is configurable in the MAC layer.
Extends
| Name | Type | Description |
|---|---|---|
| LMacHeaderBase | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| networkProtocol | int |
Source code
// // Dataframe header for ~LMac. Frame size is configurable // in the MAC layer. // class LMacDataFrameHeader extends LMacHeaderBase { int networkProtocol = -1; }File: src/inet/linklayer/lmac/LMacHeader.msg