Click or drag to resize

IFirmwarePackageNextPage Method

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.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
FirmwarePage NextPage()

Return Value

Type: FirmwarePage
next firmware page from the file
See Also