Uses of Interface
com.scriptel.proscript.firmware.FirmwarePackage
-
Packages that use FirmwarePackage Package Description com.scriptel.proscript This package contains the core of the ProScript library.com.scriptel.proscript.firmware This package contains logic to parse and process firmware updates for ScripTouch devices. -
-
Uses of FirmwarePackage in com.scriptel.proscript
Methods in com.scriptel.proscript with parameters of type FirmwarePackage Modifier and Type Method Description void
Device. updateFirmwareFromPackage(FirmwarePackage pkg, java.io.InputStream stream, FirmwareListener callback)
This method updates the firmware on the device using the abstract firmware package interface. -
Uses of FirmwarePackage in com.scriptel.proscript.firmware
Classes in com.scriptel.proscript.firmware that implement FirmwarePackage Modifier and Type Class Description class
FWFirmwarePackage
This class represents a firmware package in the newer firmware format.class
SRECFirmwarePackage
This class can be used to read Motorola SRecord files produced by most of the Renesas tools.
-