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

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.

(Overrides STNullDevice.DownloadFirmware(Byte).)
Public methodDownloadFirmware(String)

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.

(Overrides STNullDevice.DownloadFirmware(String).)
Top
See Also