QuercusVL Programming Manual
3.8. VersionInformation Class
Information about the firmware or hardware version of the unit.
3.8.1. Properties
Name
●
C++:
C:
Informs about the name of the version.
In C, the parameter "h" is a handler of version (VersionInformation).
Major
●
C++:
C:
Informs about the Major value of the version.
In C, the parameter "h" is a handler of version (VersionInformation).
Minor
●
C++:
C:
Informs about the Minor value of the version.
In C, the parameter "h" is a handler of version (VersionInformation).
Revision
●
C++:
C:
Informs about the Revision value of the version.
In C, the parameter "h" is a handler of version (VersionInformation).
3.9. Detectors Class
Collection of detectors inside a unit.
Quercus Technologies
void get_Name(char *buffer, int bufLen)
void VL_VersionInformation_get_Name(int h, char *buf, int bufLen)
int get_Major()
int VL_VersionInformation_get_Major(int h)
int get_Minor()
int VL_VersionInformation_get_Minor(int h)
int get_Revision()
int VL_VersionInfo_get_Revision(int h)
39
Need help?
Do you have a question about the SmartLoop TS and is the answer not in the manual?