Property | Type | Description | |
---|---|---|---|
TABLE | uint[] | ||
_cast | |||
_ethernet |
Method | Description | |
---|---|---|
Compute ( uint initcrc, byte bytes, int offset, int length ) : uint | ||
ComputeChecksum ( byte bytes, int offset, int length ) : uint | ||
ComputeChecksum ( uint initcrc, byte bytes, int offset, int length ) : uint | ||
ComputeChecksumBytes ( byte bytes, int offset, int length ) : byte[] | ||
Crc32 ( uint poly ) : NUnit.Framework | ||
MakeTable ( uint poly ) : uint[] |
public Compute ( uint initcrc, byte bytes, int offset, int length ) : uint | ||
initcrc | uint | |
bytes | byte | |
offset | int | |
length | int | |
return | uint |
public static ComputeChecksum ( byte bytes, int offset, int length ) : uint | ||
bytes | byte | |
offset | int | |
length | int | |
return | uint |
public static ComputeChecksum ( uint initcrc, byte bytes, int offset, int length ) : uint | ||
initcrc | uint | |
bytes | byte | |
offset | int | |
length | int | |
return | uint |
public static ComputeChecksumBytes ( byte bytes, int offset, int length ) : byte[] | ||
bytes | byte | |
offset | int | |
length | int | |
return | byte[] |
public static MakeTable ( uint poly ) : uint[] | ||
poly | uint | |
return | uint[] |