TYPE DEVICE_STATE :
This enumeration lists all possible states of a device. The mapping to the according fieldbus specific states is defined by the associated fieldbus stack.
InOut:
Name |
Comment |
The device state is unknown. Example: No supervision mechanism active. |
|
The device is stopped. |
|
The device is running. |
|
The device is in error state. GetDeviceError may supply a specific error code. |
|
The device is disabled in device tree. |
|
The device has not yet been configured by the stack. Example: Configuration phase not started yet. |
|
The device has been configured by the stack. Example: Configuration phase finished but device is not in running state. |
|
The device was not found on bus. |