Table of Contents

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

val byte
crc uint

Returns

uint

ComputeCRC(byte[], int, int, uint)

public static uint ComputeCRC(byte[] buf, int offset, int length, uint crc)

Parameters

buf byte[]
offset int
length int
crc uint

Returns

uint

ComputeCRC(byte[], uint)

public static uint ComputeCRC(byte[] buf, uint crc)

Parameters

buf byte[]
crc uint

Returns

uint