Crc Methods |
The Crc type exposes the following members.
Name | Description | |
---|---|---|
crc | Return the CRC of the bytes buf[0..len-1]. | |
update_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))). |
Name | Description | |
---|---|---|
ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |