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.181-beta
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