Package com.diozero.util
Class Crc.Params
java.lang.Object
com.diozero.util.Crc.Params
- Enclosing class:
- Crc
public static class Crc.Params extends Object
-
Constructor Summary
Constructors Constructor Description Params(int polynomial, int init, boolean reverseIn, boolean reverseOut, int xorOut)
-
Method Summary
Modifier and Type Method Description int[]
getData()
short
getInit()
short
getPolynomial()
short
getXorOut()
boolean
isReverseIn()
boolean
isReverseOut()
-
Constructor Details
-
Params
public Params(int polynomial, int init, boolean reverseIn, boolean reverseOut, int xorOut)
-
-
Method Details
-
getPolynomial
public short getPolynomial() -
getInit
public short getInit() -
isReverseIn
public boolean isReverseIn() -
isReverseOut
public boolean isReverseOut() -
getXorOut
public short getXorOut() -
getData
public int[] getData()
-