Click or drag to resize

Crc Methods

The Crc type exposes the following members.

Methods
  NameDescription
Public methodStatic membercrc
Return the CRC of the bytes buf[0..len-1].
Public methodStatic memberupdate_crc
Update a running CRC with the bytes buf[0..len-1]. The CRC should be initialized to all 1's, and the transmitted value is the 1's complement of the final running CRC (see method crc(Byte, Int64, Int64))).
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also