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()
Public Function NextPage As FirmwarePage
public:
virtual FirmwarePage^ NextPage() sealed
abstract NextPage : unit -> FirmwarePage
override NextPage : unit -> FirmwarePage
Return Value
Type:
FirmwarePagenext firmware page from the file
Implements
IFirmwarePackageNextPageSee Also