I-8014W API User Manual, v1.0.1, June 2011
Copyright © 2011 ICP DAS Co., Ltd. All Rights Reserved. E-mail: [email protected]
60
i8014W_GetLibVersion
This function gets the version number of 8014W.lib. It is for troubleshooting or
recording only.
Prototype
For MiniOS7
short i8014W_GetLibVersion(void);
For Windows (CE and WES)
short pac_i8014W_GetLibVersion(void);
Parameter
None
Return
The version number of 8014W.lib
Example
[C++]
short version;
version = i8014W_GetLibVersion();
Print("\nLibrary Version =: %04X",i8014W_GetLibVersion());