|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
EtherCAT SDO Information object description payload. More...
#include <packet-ecatmb.h>
Public Attributes | |
| uint16_t | Index |
| struct { | |
| uint16_t DataType | |
| uint8_t MaxSubIndex | |
| uint8_t ObjCode | |
| char Name [1] | |
| } | Res |
EtherCAT SDO Information object description payload.
| uint16_t TETHERCAT_SDO_INFO_OBJ::DataType |
Data type index of the object (refer to CoE data type index table).
| uint16_t TETHERCAT_SDO_INFO_OBJ::Index |
Object index being described.
| uint8_t TETHERCAT_SDO_INFO_OBJ::MaxSubIndex |
Highest sub-index present in this object.
| char TETHERCAT_SDO_INFO_OBJ::Name[1] |
Flexible array holding the null-terminated object name string.
| uint8_t TETHERCAT_SDO_INFO_OBJ::ObjCode |
Object code as defined in DS 301 Table 37 (e.g. VAR, ARRAY, RECORD).
| struct { ... } TETHERCAT_SDO_INFO_OBJ::Res |
Response payload with object metadata and name.