类 FSoE.FSoECrc16
java.lang.Object
com.darra.ethercat.slave.FSoE.FSoECrc16
- 封闭类:
FSoE
可配置的 CRC-16 实现(默认:CRC-16/CCITT-FALSE)
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
FSoECrc16
public FSoECrc16() -
FSoECrc16
public FSoECrc16(int polynomial, int initial, int xorOut)
-
-
方法详细资料
-
compute
public int compute(byte[] data) 计算 CRC-16
-