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.218-beta+101eee949414e414795e55a6e73d88938f0177b8
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