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 Function NextPage As FirmwarePage
abstract NextPage : unit -> FirmwarePage
Return Value
Type:
FirmwarePagenext firmware page from the file
See Also