ScanSourceStatusEnum
ScanSourceStatusEnum enumeration constants are used to define the current status of scanning source.
typedef enum {
SS_Disconnected,
SS_Idle,
SS_Busy
}ScanSourceStatusEnum;
Elements
Name | Description |
---|---|
SS_Disconnected | The scanning source is disconnected and therefore not available for processing. |
SS_Idle |
The scanning source is idle and can be used at once.
|
SS_Busy | The scanning source is currently performing a scanning operation. It will be possible to use it after the operation is completed. |
Used in
9/17/2024 3:14:41 PM