DataFrameChecksumIsValid Method
Determines if checksum in the buffer is valid.
Namespace: Gemstone.PhasorProtocols.FNETAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.128 -- Release Build+dd7f32701ba80de4d5b0557e84e0ddc18a34573f
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.
F-NET doesn't use checksums - this always returns true.