Determines if checksum in the buffer is valid.
            

 Declaration Syntax
protected override bool ChecksumIsValid(
	byte[] buffer,
	int startIndex
)
Protected Overrides Function ChecksumIsValid ( _
	buffer As Byte(), _
	startIndex As Integer _
) As Boolean

 Parameters
- buffer (array<Byte>[]()[][])
 - Buffer image to validate.
 
- startIndex (Int32)
 - Start index into buffer to perform checksum.
 

 Return Value
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.
            
Assembly: 
TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0