QuercusVL Programming Manual3.8. VersionInformation ClassInformation about the firmware or hardware version of the unit.3.8.1. Properties● NameC++: void get_Name(char *buffer, int bufLen)C: void VL_VersionInformation_get_Name(int h, char *buf, int bufLen)Informs about the name of the version.In C, the parameter “h” is a handler of version (VersionInformation).● MajorC++: int get_Major()C: int VL_VersionInformation_get_Major(int h)Informs about the Major value of the version.In C, the parameter “h” is a handler of version (VersionInformation).● MinorC++: int get_Minor()C: int VL_VersionInformation_get_Minor(int h)Informs about the Minor value of the version.In C, the parameter “h” is a handler of version (VersionInformation).● RevisionC++: int get_Revision()C: int VL_VersionInfo_get_Revision(int h)Informs about the Revision value of the version.In C, the parameter “h” is a handler of version (VersionInformation).3.9. Detectors ClassCollection of detectors inside a unit.Quercus Technologies 39