DeviceState Enumeration¶
Namespace: id3.Devices
Definition¶
Categorizes the operational states of a device, reflecting its readiness, activity, and any error conditions.
class DeviceState
enum DeviceState
public enum DeviceState
public enum DeviceState
typedef enum id3DevicesDeviceState
Fields¶
Name |
Value |
Description |
---|---|---|
|
0 |
Indicates there is no device connected. |
|
1 |
Indicates that the device is in an idle state, not currently performing any actions or processes. |
|
2 |
Signifies that the device is powered on, initialized, and awaiting instructions or commands. |
|
3 |
Describes a state where the device has encountered an error, potentially affecting its ability to operate normally. |
|
4 |
Denotes that the device is currently engaged in a capture process, such as recording video or scanning data. |