|   | MultiSourceFrameImageParserBaseTSourceIdentifier, TTypeIdentifier, TOutputTypeParse(TSourceIdentifier, Byte) Method | 
        
        
            Queues a sequence of bytes, from the specified data source, onto the stream for parsing.
            
        
        Namespace: GSF.ParsingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic virtual void Parse(
	TSourceIdentifier source,
	byte[] buffer
)
Public Overridable Sub Parse ( 
	source As TSourceIdentifier,
	buffer As Byte()
)
public:
virtual void Parse(
	TSourceIdentifier source, 
	array<unsigned char>^ buffer
)
abstract Parse : 
        source : 'TSourceIdentifier * 
        buffer : byte[] -> unit 
override Parse : 
        source : 'TSourceIdentifier * 
        buffer : byte[] -> unit function Parse(source, buffer);
Parameters
- source  TSourceIdentifier
- Identifier of the data source.
- buffer  Byte
- An array of bytes to queue for parsing
 See Also
See Also