BALTECH Docs
C API for BALTECH SDK
version.h
Go to the documentation of this file.
1
9
#if ! defined(__GET_VERSION__)
10
#define __GET_VERSION__
11
12
13
#include "
common.h
"
14
15
26
BRP_LIB
char
*
brp_get_version
(
void
);
27
28
29
#endif
30
// end of defgroup brp_lib
brp_get_version
BRP_LIB char * brp_get_version(void)
Returns the version of the BRP Communication Libary.
common.h
Contains the basic defines that are required throughout the BRP library.