|
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.205-beta+5ef4169f3b1079d8b163dd363614f656bd140924
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