Status of the frames being scanned.
enum{L_CC_ScanFrameStatus_MoreFramesNeeded,L_CC_ScanFrameStatus_NumbersFound,L_CC_ScanFrameStatus_LowFocusScore,L_CC_ScanFrameStatus_Error,} typedef enum L_CC_ScanFrameStatus L_CC_ScanFrameStatus;
Value |
Meaning |
| L_CC_ScanFrameStatus_MoreFramesNeeded | More frames are needed for the scan. |
| L_CC_ScanFrameStatus_NumbersFound | Credit card numbers have been found. |
| L_CC_ScanFrameStatus_LowFocusScore | The focus score of the frame was too low to scan. |
| L_CC_ScanFrameStatus_Error | An error occurred while attempting to scan the frame. |