BlinkID C SDK version 5.16.0
DataMatchResult.h
Go to the documentation of this file.
1
14#ifndef DATAMATCHRESULT_H_INCLUDED
15#define DATAMATCHRESULT_H_INCLUDED
16
17#include <Recognizer/Export.h>
18
23{
24 /* Data match not performed */
25 MB_DATA_MATCH_NOT_PERFORMED = 0,
26
27 /* Data match failed */
28 MB_DATA_MATCH_FAILED,
29
30 /* Data match succeeded */
31 MB_DATA_MATCH_SUCCESS
32};
33
37MB_EXPORTED_TYPE typedef enum MBDataMatchResult MBDataMatchResult;
38
39#endif
MBDataMatchResult
Definition: DataMatchResult.h:23