|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Union providing bit-field and byte-level access to the SDO Information control octet. More...
#include <packet-ecatmb.h>
Public Attributes | ||
| struct { | ||
| uint8_t OpCode: 7 | ||
| uint8_t InComplete: 1 | ||
| } | v | |
| uint8_t | Control | |
Union providing bit-field and byte-level access to the SDO Information control octet.
| uint8_t tSdoControlUnion::Control |
Raw control byte.
| uint8_t tSdoControlUnion::InComplete |
More-follows flag: non-zero if additional fragments are pending.
| uint8_t tSdoControlUnion::OpCode |
SDO Information operation code; see SDO_INFO_TYPE_* values.
| struct { ... } tSdoControlUnion::v |
Structured bit-field access.