Uses of Interface
com.scriptel.proscript.FirmwareListener
-
Packages that use FirmwareListener Package Description com.scriptel.proscript This package contains the core of the ProScript library. -
-
Uses of FirmwareListener in com.scriptel.proscript
Methods in com.scriptel.proscript with parameters of type FirmwareListener Modifier and Type Method Description voidDevice. updateFirmwareFromFw(java.io.InputStream stream, FirmwareListener callback)This method attempts to update firmware on the device from a Scriptel firmware stream.voidDevice. updateFirmwareFromMot(java.io.InputStream stream, FirmwareListener callback)This method attempts to update firmware on the device from a Motorola SRECord file.voidDevice. updateFirmwareFromPackage(FirmwarePackage pkg, java.io.InputStream stream, FirmwareListener callback)This method updates the firmware on the device using the abstract firmware package interface.
-