ecnet::LostSlave
One slave that stopped responding when the bus fault was diagnosed. More...
#include <bus_fault.hpp>
Public Attributes
| Name | |
|---|---|
| std::string | name |
| int | index |
Detailed Description
struct ecnet::LostSlave;
One slave that stopped responding when the bus fault was diagnosed.
index is the 1-based bus position; name is the SII/ENI device name.
Public Attributes Documentation
variable name
std::string name;
variable index
int index {0};
Updated on 2026-07-13 at 20:44:41 +0000