CLNS header for component-independent functionality. More...
#include <mcuxClConfig.h>
#include <impl/mcuxCl_clns_impl.h>
Go to the source code of this file.
Macros | |
#define | MCUXCL_API |
Marks a function as a public API function of the CLNS. More... | |
#define | MCUXCL_VERSION_MAX_SIZE |
Maximum size of the CLNS version string, in bytes (including zero-terminator) More... | |
#define | MCUXCL_VERSION |
String literal for the version string of CLNS release that this header is part of. More... | |
Functions | |
MCUXCL_API char const * | mcuxCl_GetVersion (void) |
Gets the CLNS version string that uniquely identifies this release of the CLNS. More... | |
CLNS header for component-independent functionality.
#define MCUXCL_API |
Marks a function as a public API function of the CLNS.
#define MCUXCL_VERSION_MAX_SIZE |
Maximum size of the CLNS version string, in bytes (including zero-terminator)
#define MCUXCL_VERSION |
String literal for the version string of CLNS release that this header is part of.
MCUXCL_API char const* mcuxCl_GetVersion | ( | void | ) |
Gets the CLNS version string that uniquely identifies this release of the CLNS.