java.lang.Object
com.inductiveautomation.ignition.common.util.CRC16

public class CRC16 extends Object
  • Constructor Details

    • CRC16

      public CRC16()
  • Method Details

    • getValue

      public long getValue()
    • reset

      public void reset()
    • update

      public void update(byte[] b, int off, int len)
    • update

      public void update(int b)