|
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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax public 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