Click or drag to resize

IFirmwarePackageReadStream Method

This function when implemented should read in a firmware file of a particular type.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
void ReadStream(
	Stream stream
)

Parameters

stream
Type: System.IOStream
input stream to read firmware from
See Also