|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
EtherCAT CoE SDO (Service Data Object) header. More...
#include <packet-ecatmb.h>
Public Attributes | |
| SdoHeaderUnion | anSdoHeaderUnion |
| uint16_t | Index |
| uint8_t | SubIndex |
| uint32_t | Data |
EtherCAT CoE SDO (Service Data Object) header.
| SdoHeaderUnion TETHERCAT_SDO_HEADER::anSdoHeaderUnion |
Command specifier byte; interpretation depends on the SDO service type.
| uint32_t TETHERCAT_SDO_HEADER::Data |
Expedited data, data size, or abort code depending on the command.
| uint16_t TETHERCAT_SDO_HEADER::Index |
Object dictionary index of the object being accessed.
| uint8_t TETHERCAT_SDO_HEADER::SubIndex |
Sub-index within the object, or 0 for complete access.