Click or drag to resize

IFirmwarePackage Methods

The IFirmwarePackage type exposes the following members.

Methods
  NameDescription
Public methodGetPageCount
This method gets the number of pages in the package.
Public methodGetRestrictions
Gets a list of restrictions for this firmware package.
Public methodNextPage
This function when implemented should return the next page of firmware from the file opened with readStream(). The function should return null at the end of the file.
Public methodReadStream
This function when implemented should read in a firmware file of a particular type.
Top
See Also