C# Class UnpackShell.Shared.CRC.CRCParameters

Mostra file Open project: darkstar/gus

Public Methods

Method Description
CRCParameters ( int width, ulong poly, ulong init, bool refIn, bool refOut, ulong xorOut, ulong check ) : System

Method Details

CRCParameters() public method

public CRCParameters ( int width, ulong poly, ulong init, bool refIn, bool refOut, ulong xorOut, ulong check ) : System
width int
poly ulong
init ulong
refIn bool
refOut bool
xorOut ulong
check ulong
return System