Click or drag to resize

IFirmwarePackage Interface

This interface is used to define a type of class that can be used for reading firmware files for the ScripTouch series of devices.

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

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