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 |
Packet operations (observed)
action | module |
---|---|
insertAtFront | LMac |
peekAtFront | LMac |
popAtFront | LMac |
removeAtFront | LMac |
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