Click or drag to resize
ISTSeriesDeviceDownloadFirmware 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.

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

Parameters

_firmwareData
Type: SystemByte
The uncompressed firmware data from a .fw file
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
Remarks

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.

See Also