Class CRC
- Namespace
- nanoFramework.Tools.Debugger
- Assembly
- nanoFramework.Tools.DebugLibrary.Net.dll
public class CRC
- Inheritance
-
CRC
- Inherited Members
- Extension Methods
Constructors
CRC()
public CRC()
Methods
ComputeCRC(byte, uint)
public static uint ComputeCRC(byte val, uint crc)
Parameters
Returns
ComputeCRC(byte[], int, int, uint)
public static uint ComputeCRC(byte[] buf, int offset, int length, uint crc)
Parameters
Returns
ComputeCRC(byte[], uint)
public static uint ComputeCRC(byte[] buf, uint crc)