ConfigurationFrameCalculateChecksum Method
Method is not implemented.
Namespace: Gemstone.PhasorProtocols.SelFastMessageAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.160 -- Release Build+513330b2be7fdb9c9f4bfe60fd4f0a256321d484
protected override ushort CalculateChecksum(
byte[] buffer,
int offset,
int length
)
Protected Overrides Function CalculateChecksum (
buffer As Byte(),
offset As Integer,
length As Integer
) As UShort
protected:
virtual unsigned short CalculateChecksum(
array<unsigned char>^ buffer,
int offset,
int length
) override
function CalculateChecksum(buffer, offset, length);
- buffer Byte
- A Byte buffer to read data from.
- offset Int32
- An Int32 offset to read from.
- length Int32
- An Int32 number of bytes to read.
UInt16An
UInt16 value for the checksum.
| NotImplementedException | SEL Fast Message doesn't define a binary configuration frame - so no checksum is defined. |