Gets firmware file to stream.

Namespace: EAL.Interfaces.System
Assembly: EAL (in EAL.dll) Version: 1.1.5.0 (1.1.5.0)

Syntax

C#
void GetFirmwareFile(
	Stream stream
)
Visual Basic
Sub GetFirmwareFile ( 
	stream As Stream
)
Visual C++
void GetFirmwareFile(
	Stream^ stream
)

Parameters

stream
Type: System.IO..::..Stream
Stream to get the firmware file.

See Also