DeviceUpdateFirmwareFromFw Method (Stream) |
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
)
Public Sub UpdateFirmwareFromFw (
stream As Stream
)
public:
void UpdateFirmwareFromFw(
Stream^ stream
)
member UpdateFirmwareFromFw :
stream : Stream -> unit
Parameters
- stream
- Type: System.IOStream
Stream to read the firmware from
See Also