ConfigurationFrameChecksumIsValid Method
Determines if checksum in the buffer is valid.
Namespace: Gemstone.PhasorProtocols.SelFastMessageAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.165 -- Release Build+4602076e5063a409825f3f5a8c01b62eac861155
protected override bool ChecksumIsValid(
byte[] buffer,
int startIndex
)
Protected Overrides Function ChecksumIsValid (
buffer As Byte(),
startIndex As Integer
) As Boolean
protected:
virtual bool ChecksumIsValid(
array<unsigned char>^ buffer,
int startIndex
) override
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.
SEL Fast Message doesn't define a binary configuration frame - so no checksum is defined - this always returns true.