openPDC Synchrophasor Help
ParseQueuedBuffers Method (buffers)
NamespacesTVA.PhasorProtocolsFrameParserBase<(Of <(<'TFrameIdentifier>)>)>ParseQueuedBuffers(array<array<Byte>[]()[][]>[]()[][])
This method is used by the internal ProcessQueue to process all queued data buffers.
Declaration Syntax
C#Visual BasicVisual C++
protected void ParseQueuedBuffers(
	byte[][] buffers
)
Protected Sub ParseQueuedBuffers ( _
	buffers As Byte()() _
)
protected:
void ParseQueuedBuffers(
	array<array<unsigned char>^>^ buffers
)
Parameters
buffers (array<array<Byte>[]()[][]>[]()[][])
Queued buffers to process.
Remarks
This is the item processing delegate to use when overriding the CreateBufferQueue()()()() method.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0