TYPE BUS_STATE :
This enumeration lists all possible states of a fieldbus. The mapping to the according fieldbus specific states is defined by the associated fieldbus stack.
Attributes:
|
|
InOut:
|
Name
|
Comment
|
UNKNOWN
|
The bus state is unknown.
|
STOPPED
|
The fieldbus is stopped. No I/O transfer can be processed.
|
RUNNING
|
The fieldbus is running.
|
ERROR
|
The fieldbus is in error state. GetBusError supplies the specific error code.
|
DISABLED
|
Bus is disabled in device tree.
|
|