Click or drag to resize

DeviceUpdateFirmwareFromFw Method (Stream, IFirmwareListener)

This method attempts to update firmware on the device from a Scriptel firmware stream. All new firmware is provided in this format which provides a certain amount of protection against using the wrong firmware.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public void UpdateFirmwareFromFw(
	Stream stream,
	IFirmwareListener callback
)

Parameters

stream
Type: System.IOStream
stream to read the firmware from
callback
Type: ProScriptIFirmwareListener
callback to report progress (optional)
See Also