Click or drag to resize

ControlFileParse(Stream) Method

Parses the ControlFile from the given stream.

Namespace: GSF.EMAX
Assembly: GSF.EMAX (in GSF.EMAX.dll) Version: 2.4.181-beta
Syntax
public void Parse(
	Stream stream
)
View Source

Parameters

stream  Stream
A stream containing data for the EMAX control file.
Exceptions
ExceptionCondition
InvalidOperationExceptionStream must be readable and seekable in order to parse EMAX control file data.
See Also