openPDC Synchrophasor Help
CalculateChecksum Method (buffer, offset, length)
NamespacesTVA.PhasorProtocols.FNetDataFrameCalculateChecksum(array<Byte>[]()[][], Int32, Int32)
Method is not implemented.
Declaration Syntax
C#Visual BasicVisual C++
protected override ushort CalculateChecksum(
	byte[] buffer,
	int offset,
	int length
)
Protected Overrides Function CalculateChecksum ( _
	buffer As Byte(), _
	offset As Integer, _
	length As Integer _
) As UShort
protected:
virtual unsigned short CalculateChecksum(
	array<unsigned char>^ buffer, 
	int offset, 
	int length
) override
Parameters
buffer (array<Byte>[]()[][])
Array of Bytes.
offset (Int32)
An Int32 value for offset to read from.
length (Int32)
An Int32 value for the bytes to read.
Return Value
An UInt16 as the checksum.
Exceptions
ExceptionCondition
NotImplementedExceptionF-NET doesn't use checksums.

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