VersionInfo(unsigned int major, unsigned int minor, unsigned int subminor) Constructs a version info object using the version number parts passed.
VersionInfo(unsigned int major, unsigned int minor, unsigned int subminor, unsigned int build) Constructs a version info object using the version number parts passed.
Holds a four-part version number consisting of major.minor.subminor.build.
This class stores a four-part version number and provides comparison operators. If you use the constructor with one parameter, the version info object will be initialized with pylon base version numbers.
Constructs a version info object using pylon base version numbers. If checkBuild is set to false, the build number will not be used in comparison operators.