Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
tSdoControlUnion Union Reference

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
 

Detailed Description

Union providing bit-field and byte-level access to the SDO Information control octet.

Member Data Documentation

◆ Control

uint8_t tSdoControlUnion::Control

Raw control byte.

◆ InComplete

uint8_t tSdoControlUnion::InComplete

More-follows flag: non-zero if additional fragments are pending.

◆ OpCode

uint8_t tSdoControlUnion::OpCode

SDO Information operation code; see SDO_INFO_TYPE_* values.

◆ [struct]

struct { ... } tSdoControlUnion::v

Structured bit-field access.


The documentation for this union was generated from the following file: