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

noDevice

0

Indicates there is no device connected.

deviceIdle

1

Indicates that the device is in an idle state, not currently performing any actions or processes.

deviceReady

2

Signifies that the device is powered on, initialized, and awaiting instructions or commands.

deviceError

3

Describes a state where the device has encountered an error, potentially affecting its ability to operate normally.

captureInProgress

4

Denotes that the device is currently engaged in a capture process, such as recording video or scanning data.