Click or drag to resize

ConfigurationFrameCalculateChecksum 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
A Byte array.
offset  Int32
An Int32 for the length.
length  Int32
An Int32 for the offset.

Return Value

UInt16
An UInt16.
Exceptions
ExceptionCondition
NotImplementedExceptionF-NET doesn't use checksums.
See Also