Click or drag to resize

DeviceUpdateFirmwareFromMot Method

Overload List
  NameDescription
Public methodUpdateFirmwareFromMot(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.
Public methodUpdateFirmwareFromMot(Stream, IFirmwareListener)
This method attempts to update firmware on the device from a Motorola SRECord file. 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.
Top
See Also