IFirmwarePackage Interface |
Namespace: ProScript
The IFirmwarePackage type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetPageCount |
This method gets the number of pages in the package.
|
![]() | GetRestrictions |
Gets a list of restrictions for this firmware package.
|
![]() | NextPage |
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.
|
![]() | ReadStream |
This function when implemented should read in a firmware file of a
particular type.
|