Свойство | Type | Description | |
---|---|---|---|
TABLE | uint[] | ||
_cast | |||
_ethernet |
Méthode | 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 | |
Résultat | uint |
public static ComputeChecksum ( byte bytes, int offset, int length ) : uint | ||
bytes | byte | |
offset | int | |
length | int | |
Résultat | uint |
public static ComputeChecksum ( uint initcrc, byte bytes, int offset, int length ) : uint | ||
initcrc | uint | |
bytes | byte | |
offset | int | |
length | int | |
Résultat | uint |
public static ComputeChecksumBytes ( byte bytes, int offset, int length ) : byte[] | ||
bytes | byte | |
offset | int | |
length | int | |
Résultat | byte[] |
public Crc32 ( uint poly ) : NUnit.Framework | ||
poly | uint | |
Résultat | NUnit.Framework |
public static MakeTable ( uint poly ) : uint[] | ||
poly | uint | |
Résultat | uint[] |