C# Class UnpackShell.Shared.CRC.CRCParameters

Afficher le fichier Open project: darkstar/gus

Méthodes publiques

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

Method Details

CRCParameters() public méthode

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
Résultat System