mw::qrd::Result
Enumerated Typeenum Result;
Value | Description |
---|---|
RESULT_SUCCESS | Process succeeded. |
RESULT_ILLEGAL_PARAMETER | Invalid parameter. |
RESULT_NODATA | Failed to recognize QR Code. |
RESULT_NOMEMORY | Insufficient work buffer. |
RESULT_VERSION | Unsupported version of QR Code. |
RESULT_ILLEGAL_IMAGESIZE | Invalid image size. |
RESULT_NOT_INITIALIZED | Library is not initialized. |
Enumerated type representing the decoding result.
CONFIDENTIAL