|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
EtherCAT FoE (File Access over EtherCAT) mailbox header. More...
#include <packet-ecatmb.h>
Public Attributes | |
| uint8_t | OpMode |
| uint8_t | Reserved1 |
| FoeHeaderDataUnion | aFoeHeaderDataUnion |
EtherCAT FoE (File Access over EtherCAT) mailbox header.
Immediately followed in the mailbox by a mode-dependent payload: a file name string (RRQ, WRQ), raw data bytes (DATA), or an error description string (ERR).
| FoeHeaderDataUnion TETHERCAT_FOE_HEADER::aFoeHeaderDataUnion |
Mode-specific data word (file length, packet number, error code, or progress).
| uint8_t TETHERCAT_FOE_HEADER::OpMode |
FoE operation mode; see ECAT_FOE_OPMODE_* values.
| uint8_t TETHERCAT_FOE_HEADER::Reserved1 |
Reserved; must be zero.