Appends checksum onto buffer starting at startIndex.
Declaration Syntax
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
Parameters
- buffer (array<Byte>[]()[][])
- Buffer image on which to append checksum.
- startIndex (Int32)
- Index into buffer where checksum should be appended.
Remarks
We override default implementation since BPA PDCstream implements check sum for frames in little-endian.
Assembly:
TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0