Method | Description | |
---|---|---|
Compute ( byte bytes ) : ushort | ||
Compute ( byte bytes, int offset, int limit ) : ushort | ||
Crc16 ( ushort poly, bool reverse ) | ||
Crc16 ( ushort poly, bool reverse, ushort initial, ushort final ) |
Method | Description | |
---|---|---|
GenerateTable ( ushort poly, bool reverse ) : ushort[] |
public Compute ( byte bytes, int offset, int limit ) : ushort | ||
bytes | byte | |
offset | int | |
limit | int | |
return | ushort |
public Crc16 ( ushort poly, bool reverse, ushort initial, ushort final ) | ||
poly | ushort | |
reverse | bool | |
initial | ushort | |
final | ushort |
protected static GenerateTable ( ushort poly, bool reverse ) : ushort[] | ||
poly | ushort | |
reverse | bool | |
return | ushort[] |