openPDC Synchrophasor Help
CalculateChecksum Method (buffer, offset, length)
NamespacesTVA.PhasorProtocols.FNetConfigurationFrameCalculateChecksum(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 array.
offset (Int32)
An Int32 for the length.
length (Int32)
An Int32 for the offset.
Return Value
An UInt16.
Exceptions
ExceptionCondition
NotImplementedExceptionF-NET doesn't use checksums.

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