SRECFirmwarePackage Methods |
The SRECFirmwarePackage type exposes the following members.
Name | Description | |
---|---|---|
Convert |
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.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetPageCount |
Gets the number of pages in this firmware package.
| |
GetRestrictions |
Gets the restrictions for this package.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
NextPage |
Returns the next firmware page.
| |
ReadStream |
This function reads in a stream containing firmware from a Motorola S Record file
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |