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.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
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