ConfigurationFrameChecksumIsValid Method

Determines if checksum in the buffer is valid.

Definition

Namespace: Gemstone.PhasorProtocols.SelFastMessage
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.170 -- Release Build+414c08a60d27e24b35cf7693c60a4ceef8f155fb
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

SEL Fast Message doesn't define a binary configuration frame - so no checksum is defined - this always returns true.

See Also