openPDC Synchrophasor Help
Write Method (buffer, offset, count)
NamespacesTVA.PhasorProtocolsMultiProtocolFrameParserWrite(array<Byte>[]()[][], Int32, Int32)
Writes data directly to the frame parsing engine buffer.
Declaration Syntax
C#Visual BasicVisual C++
public void Write(
	byte[] buffer,
	int offset,
	int count
)
Public Sub Write ( _
	buffer As Byte(), _
	offset As Integer, _
	count As Integer _
)
public:
virtual void Write(
	array<unsigned char>^ buffer, 
	int offset, 
	int count
) sealed
Parameters
buffer (array<Byte>[]()[][])
Buffer containing data to be parsed.
offset (Int32)
Offset into buffer where data begins.
count (Int32)
Length of data in buffer to be parsed.
Remarks
This method allows consumer to "manually send extra data" to the parsing engine to be parsed, if desired.

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