Click or drag to resize

FWFirmwarePackageNextPage Method

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.

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

Return Value

Type: FirmwarePage
next firmware page from the file

Implements

IFirmwarePackageNextPage
See Also