FWFirmwarePackage Class |
Namespace: ProScript
The FWFirmwarePackage type exposes the following members.
Name | Description | |
---|---|---|
FWFirmwarePackage | Initializes a new instance of the FWFirmwarePackage class |
Name | Description | |
---|---|---|
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 |
This method gets the number of pages in the package.
| |
GetRestrictions |
Gets a list of restrictions for this firmware package.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
NextPage |
This function returns 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 reads in a stream containing firmware from a .FW file
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |