DataFrameCalculateChecksum Method
Method is not implemented.
Namespace: Gemstone.PhasorProtocols.SelCWSAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.160 -- Release Build+513330b2be7fdb9c9f4bfe60fd4f0a256321d484
protected override ushort CalculateChecksum(
byte[] buffer,
int offset,
int length
)
function CalculateChecksum(buffer, offset, length);
- buffer Byte
- Array of Bytes.
- offset Int32
- An Int32 value for offset to read from.
- length Int32
- An Int32 value for the bytes to read.
UInt16An
UInt16 as the checksum.