| RSA BSAFE Micro Edition Suite |
Streamlined security for mobile and embedded devices |
 
![]() |
#include "r_com.h"
Go to the source code of this file.
Defines | |
| #define | MES_VERSION_NUMBER |
| the current version number of the library. | |
| #define | MES_INFO_UNKNOWN |
| Indicates that an invalid string was passed as an argument. | |
| #define | MES_INFO_VERSION |
| Indicates the version of the library. More... | |
| #define | MES_INFO_BUILD_DATE |
| Indicates the date the library was built. | |
| #define | MES_INFO_BUILD_FLAGS |
| Indicates the flags used during the build of the library. | |
| #define | MES_INFO_BUILD_PLATFORM |
| Indicates the platform for which the library was built. | |
| #define | MES_INFO_BUILD_TAG |
| Indicates the build tag for the library. | |
| #define | MES_INFO_BUILD_ID |
| Indicates the unique build identifier for the library. | |
| #define | MES_INFO_BUILD_EVAL |
| Indicates the evaluation library build information. | |
Functions | |
| char* | MES_library_info (int type) |
| Returns library information such as version, compile flags and the date the library was built. More... | |
| int | MES_library_version (void) |
| The version number of the library. More... | |
| char* | MES_library_info_type_to_string (int type) |
| Returns a string corresponding to the type of library information. More... | |
| int | MES_library_info_type_from_string (char *str) |
| Returns the integer type to use as a parameter in MES_library_info() when querying the library for build or version information. More... | |