Method is not implemented.
Declaration Syntax
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
Return Value
An UInt16 value for the checksum.
Exceptions
Exception | Condition |
---|---|
NotImplementedException | SEL Fast Message doesn't define a binary configuration frame - so no checksum is defined. |