EthernetPauseFrame
classEthernet frame used by the PAUSE protocol
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
EthernetControlFrame | class |
Ethernet control frames used by the PAUSE protocol |
Fields
Name | Type | Description |
---|---|---|
chunkLength | b | |
opCode | int |
EthernetHeader.etherType = ETHERTYPE_FLOW_CONTROL; |
pauseTime | int |
in 512 bit-time units |
mutable | bool | |
complete | bool | |
correct | bool | |
properlyRepresented | bool | |
rawBin | string[] | |
rawHex | string[] | |
tags | RegionTagSet::cObjectRegionTag[] |
Source code
// // Ethernet frame used by the PAUSE protocol // class EthernetPauseFrame extends EthernetControlFrame { chunkLength = ETHER_PAUSE_COMMAND_BYTES; opCode = ETHERNET_CONTROL_PAUSE; int pauseTime; // in 512 bit-time units }File: src/inet/linklayer/ethernet/EtherFrame.msg