Click or drag to resize

DataFrameCalculateChecksum Method

Method is not implemented.

Namespace: GSF.PhasorProtocols.FNET
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected override ushort CalculateChecksum(
	byte[] buffer,
	int offset,
	int length
)
View Source

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
ExceptionCondition
NotImplementedExceptionF-NET doesn't use checksums.
See Also