Functions | |
| N957_DLL_API const char * | N957_DecodeError (N957ErrorCodes code) |
| Decodes a N957 error code into string. | |
| N957_DLL_API N957_API | N957_SWRelease (char *SwRel, int buff_size) |
| Gets the library release string. | |
| N957_API N957_DecodeError | ( | N957ErrorCodes | code | ) |
Decodes a N957 error code into string.
| code | error to decode |
| N957_API N957_SWRelease | ( | char * | SwRel, | |
| int | buff_size | |||
| ) |
Gets the library release string.
User must allocate a buffer enough large for library release storage The software release string format is : ##.## ( major_version.minor_version )
| SwRel | The caller allocated string buffer to be filled with library release string | |
| buff_size | The caller allocated buffer size (BYTEs) |
1.5.6