Uses of Class
com.scriptel.proscript.firmware.FWFirmwareDevice
-
Packages that use FWFirmwareDevice Package Description com.scriptel.proscript.firmware This package contains logic to parse and process firmware updates for ScripTouch devices. -
-
Uses of FWFirmwareDevice in com.scriptel.proscript.firmware
Methods in com.scriptel.proscript.firmware that return types with arguments of type FWFirmwareDevice Modifier and Type Method Description java.util.List<FWFirmwareDevice>
FWFirmwarePackageFormat. getDevices()
Gets the list of devices that this firmware package supports.Method parameters in com.scriptel.proscript.firmware with type arguments of type FWFirmwareDevice Modifier and Type Method Description void
FWFirmwarePackageFormat. setDevices(java.util.List<FWFirmwareDevice> devices)
Sets the list of devices that this firmware package supports.Constructor parameters in com.scriptel.proscript.firmware with type arguments of type FWFirmwareDevice Constructor Description DeviceProductRestriction(java.util.List<FWFirmwareDevice> supported)
-