get_library_version
This is a function for checking information on this API.
Definition
DRFLEx.h within class CDRFLEx, public section (line 688)
const char* get_library_version() { return _get_library_version(_rbtCtrl); };
Parameter
None
Return
Value |
Description |
|---|---|
Character String (Maximum 32 byte) |
Version information of the API (e.g., GL013300) |
Example
const char* lpszLibVersion = drfl.get_library_version();
cout << "LibVersion: " << lpszLibVersion << endl;
This example retrieves the current API library version and prints the version string to the console.