DataFrameChecksumIsValid Method

Determines if checksum in the buffer is valid.

Definition

Namespace: Gemstone.PhasorProtocols.Macrodyne
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.136 -- Release Build+4bc8539cc260b23af1f55a058712d0a5186ff49a
protected override bool ChecksumIsValid(
	byte[] buffer,
	int startIndex
)

Parameters

buffer  Byte
Buffer image to validate.
startIndex  Int32
Start index into buffer to perform checksum.

Return Value

Boolean
Flag that determines if checksum over buffer is valid.

Remarks

Default implementation expects 2-byte big-endian ordered checksum. So we override method since checksum in Macrodyne is a single byte.

See Also