Click or drag to resize
STSeriesDeviceDownloadFirmware Method (Byte)Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/

Downloads firmware to the device. The device needs to be reset upon completion of the download.

Registering for FirmwareDownloadStatusEvent is suggested

Unplugging the device while downloading firmware will damage it.

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public override void DownloadFirmware(
	byte[] _firmwareData
)

Parameters

_firmwareData
Type: SystemByte
The uncompressed firmware data read from a .fw firmware file

Implements

ISTSeriesDeviceDownloadFirmware(Byte)
ISTSeriesDeviceDownloadFirmware(Byte)
Exceptions
ExceptionCondition
STDeviceNotOpenedExceptionif the device is not opened
STException if the data is not a valid firmware or the data is incompatible with this device
See Also