Click or drag to resize

SRECFirmwarePackage Class

This class can be used to read Motorola SRecord files produced by most of the Renesas tools.
Inheritance Hierarchy
SystemObject
  ProScriptSRECFirmwarePackage

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public class SRECFirmwarePackage : IFirmwarePackage

The SRECFirmwarePackage type exposes the following members.

Constructors
  NameDescription
Public methodSRECFirmwarePackage
Initializes a new instance of the SRECFirmwarePackage class
Top
Methods
  NameDescription
Public methodConvert
This method will convert a SREC record into a HID feature report for use by the firmware updater built into JPX. The ST1500 series devices require that firmware updates be in fixed length pages aligned to a particular page length. This means that the sparse SREC records need to be aligned to the correct page buffers and sent along page-by-page instead of update by update.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPageCount
Gets the number of pages in this firmware package.
Public methodGetRestrictions
Gets the restrictions for this package.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodNextPage
Returns the next firmware page.
Public methodReadStream
This function reads in a stream containing firmware from a Motorola S Record file
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also