C# 클래스 UnpackShell.Shared.CRC.CRCParameters

파일 보기 프로젝트 열기: darkstar/gus

공개 메소드들

메소드 설명
CRCParameters ( int width, ulong poly, ulong init, bool refIn, bool refOut, ulong xorOut, ulong check ) : System

메소드 상세

CRCParameters() 공개 메소드

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
리턴 System