|
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.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
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);
View SourceParameters
- source TSourceIdentifier
- Identifier of the data source.
- buffer Byte
- An array of bytes to queue for parsing
See Also