Click or drag to resize

DeviceUpdateFirmwareFromMot Method (Stream)

This method attempts to update firmware on the device from a Motorola SRECord stream. Legacy firmware is provided as MOT's. This should absolutely be avoided for new development as the MOT format has no protections in place to avoid writing the wrong firmware to a device which would render your device inoperable. Use this with extreme caution.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public void UpdateFirmwareFromMot(
	Stream stream
)

Parameters

stream
Type: System.IOStream
the stream to read the firmware from
See Also