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 void
Device. updateFirmwareFromFw(java.io.InputStream stream, FirmwareListener callback)
This method attempts to update firmware on the device from a Scriptel firmware stream.void
Device. updateFirmwareFromMot(java.io.InputStream stream, FirmwareListener callback)
This method attempts to update firmware on the device from a Motorola SRECord file.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.
-