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 as the checksum.
Exceptions
Exception | Condition |
---|---|
NotImplementedException | F-NET doesn't use checksums. |