ConfigurationFrameCalculateChecksum Method

Method is not implemented.

Definition

Namespace: Gemstone.PhasorProtocols.SelFastMessage
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.137 -- Release Build+761dca6ff9b1a8e7a4849e72d691fddbc93a5b09
protected override ushort CalculateChecksum(
	byte[] buffer,
	int offset,
	int length
)

Parameters

buffer  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

UInt16
An UInt16 value for the checksum.

Exceptions

NotImplementedExceptionSEL Fast Message doesn't define a binary configuration frame - so no checksum is defined.

See Also