ConfigurationFrameCalculateChecksum Method

Method is not implemented.

Definition

Namespace: Gemstone.PhasorProtocols.FNET
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.147 -- Release Build+f4cca6bc29b9a344db35676d1f49d8207c89dbf5
protected override ushort CalculateChecksum(
	byte[] buffer,
	int offset,
	int length
)

Parameters

buffer  Byte
A Byte array.
offset  Int32
An Int32 for the length.
length  Int32
An Int32 for the offset.

Return Value

UInt16
An UInt16.

Exceptions

NotImplementedExceptionF-NET doesn't use checksums.

See Also