DataFrameAppendChecksum Method
Appends checksum onto buffer starting at startIndex.
Namespace: Gemstone.PhasorProtocols.BPAPDCstreamAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.141 -- Release Build+a1d309b3dd9a36e1f43458d44683b1366d4d4297
protected override void AppendChecksum(
byte[] buffer,
int startIndex
)
Protected Overrides Sub AppendChecksum (
buffer As Byte(),
startIndex As Integer
)
protected:
virtual void AppendChecksum(
array<unsigned char>^ buffer,
int startIndex
) override
function AppendChecksum(buffer, startIndex);
Parameters
- buffer Byte
- Buffer image on which to append checksum.
- startIndex Int32
- Index into buffer where checksum should be appended.
We override default implementation since BPA PDCstream implements check sum for frames in little-endian.