Uses of Class
com.scriptel.proscript.Version
-
Packages that use Version Package Description com.scriptel.proscript This package contains the core of the ProScript library. -
-
Uses of Version in com.scriptel.proscript
Methods in com.scriptel.proscript that return Version Modifier and Type Method Description VersionDevice. getVersionInfo()Gets the version information about the firmware for this device.Methods in com.scriptel.proscript with parameters of type Version Modifier and Type Method Description booleanVersion. firmwareAfter(Version version)Tests to see if the given firmware version is newer than the passed in version.booleanVersion. firmwareBefore(Version version)Tests to see if the given firmware version is older than the passed in version.booleanVersion. firmwareEquals(Version version)Tests to see if the version of firmware is equal to the passed in value.
-