DataFrameCalculateChecksum Method

Method is not implemented.

Definition

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

Parameters

buffer  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

UInt16
An UInt16 as the checksum.

Exceptions

NotImplementedExceptionF-NET doesn't use checksums.

See Also