Method is not implemented.

C# | Visual Basic | Visual C++ |
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

An UInt16 value for the checksum.

Exception | Condition |
---|---|
NotImplementedException | SEL Fast Message doesn't define a binary configuration frame - so no checksum is defined. |