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 Version
Device. 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 boolean
Version. firmwareAfter(Version version)
Tests to see if the given firmware version is newer than the passed in version.boolean
Version. firmwareBefore(Version version)
Tests to see if the given firmware version is older than the passed in version.boolean
Version. firmwareEquals(Version version)
Tests to see if the version of firmware is equal to the passed in value.
-