DataFrameChecksumIsValid Method
Determines if checksum in the buffer is valid.
Namespace: Gemstone.PhasorProtocols.BPAPDCstreamAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.141 -- Release Build+a1d309b3dd9a36e1f43458d44683b1366d4d4297
protected override bool ChecksumIsValid(
byte[] buffer,
int startIndex
)
Protected Overrides Function ChecksumIsValid (
buffer As Byte(),
startIndex As Integer
) As Boolean
function ChecksumIsValid(buffer, startIndex);
- buffer Byte
- Buffer image to validate.
- startIndex Int32
- Start index into buffer to perform checksum.
BooleanFlag that determines if checksum over
buffer is valid.
We override default implementation since BPA PDCstream implements check sum for frames in little-endian.