I-8088W API Reference Manual, Version 1.0.0, Aug. 2010 --- 53
4.4. pac_i8088W_GetLibDate
The function is used to get the built date of library file.
Syntax
short pac_i8088W_GetLibDate(char *LibDate);
Parameter
LibDate the string buffer of library built date
Return Values
The built dates of library file.
Examples
[C++]
char lib_date[32];
pac_i8088W_GetLibDate(lib_date);
[C#]
using pac8088WNet;
string lib_date;
lib_date = pac8088W.GetLibDate( );