Scan_PictureScanProgress
typedef struct {...} Scan_PictureScanProgress
Overview
Defines the progress of scanning a picture by the scanner.
Since: 12
Related module: OH_Scan
Header file: ohscan.h
Summary
Member Variables
| Name | Description |
|---|---|
| int32_t progress | Picture scanning progress, in percentage. The value ranges from 0 to 100. |
| int32_t fd | Scanner file handle. |
| bool isFinal | Whether the picture is the last one to be scanned. The value true indicates that the picture is the last one to be scanned, and false indicates the opposite. |