Click or drag to resize

ConfigurationFrameChecksumIsValid Method

Determines if checksum in the buffer is valid.

Namespace: GSF.PhasorProtocols.BPAPDCstream
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected override bool ChecksumIsValid(
	byte[] buffer,
	int startIndex
)
View Source

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
We override default implementation since BPA PDCstream implements check sum for frames in little-endian.
See Also