BlinkID C SDK version 5.16.0
Types.h
Go to the documentation of this file.
1
16#ifndef RECOGNIZER_API_TYPES_H
17#define RECOGNIZER_API_TYPES_H
18
20typedef unsigned char MBBool;
21
23#define MB_FALSE 0
24
26#define MB_TRUE 1
27
29typedef unsigned char MBByte;
30
31#endif
unsigned char MBBool
Boolean type for C SDK.
Definition: Types.h:20
unsigned char MBByte
Byte type for C SDK.
Definition: Types.h:29