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
SEL Fast Message doesn't define a binary configuration frame - so no checksum is defined - this always returns true.
Assembly:
TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0