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
)
Sub ReadStream (
stream As Stream
)
void ReadStream(
Stream^ stream
)
abstract ReadStream :
stream : Stream -> unit
Parameters
- stream
- Type: System.IOStream
input stream to read firmware from
See Also