openPDC Synchrophasor Help
CalculateChecksum Method (buffer, offset, length)
NamespacesTVA.PhasorProtocols.SelFastMessageConfigurationFrameCalculateChecksum(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>[]()[][])
A Byte buffer to read data from.
offset (Int32)
An Int32 offset to read from.
length (Int32)
An Int32 number of bytes to read.
Return Value
An UInt16 value for the checksum.
Exceptions
ExceptionCondition
NotImplementedExceptionSEL Fast Message doesn't define a binary configuration frame - so no checksum is defined.

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