Click or drag to resize

MultiSourceFrameImageParserBaseTSourceIdentifier, TTypeIdentifier, TOutputTypeParse(TSourceIdentifier, ISupportBinaryImage) Method

Queues the object implementing the ISupportBinaryImage interface, from the specified data source, onto the stream for parsing.

Namespace: GSF.Parsing
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntax
public virtual void Parse(
	TSourceIdentifier source,
	ISupportBinaryImage image
)
View Source

Parameters

source  TSourceIdentifier
Identifier of the data source.
image  ISupportBinaryImage
Object to be parsed that implements the ISupportBinaryImage interface.
Remarks
This method takes the binary image from ISupportBinaryImage and writes the buffer to the BinaryImageParserBase stream for parsing.
See Also