| 程序包 | 说明 |
|---|---|
| org.indunet.fastproto.checksum |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BCC
BCC/XOR checksum (8-bit): XOR of all bytes.
|
class |
CRC16
The CRC16 class implements the CRC interface and defines the CRC16 checksum calculation.
|
class |
CRC16CCITT
CRC-16/CCITT
poly=0x1021, init=0xFFFF, refin=false, refout=false, xorout=0x0000.
|
class |
CRC16Modbus
CRC-16/MODBUS
poly=0x8005, init=0xFFFF, refin=true, refout=true, xorout=0x0000.
|
class |
CRC32
The CRC32 class implements the CRC interface and calculates CRC32 checksums.
|
class |
CRC32C
CRC-32C (Castagnoli) software implementation.
|
class |
CRC8
The CRC8 class implements the CRC interface and defines the CRC8 checksum calculation.
|
class |
CRC8Maxim
CRC-8/DALLAS-MAXIM
poly=0x31, init=0x00, refin=true, refout=true, xorout=0x00.
|
class |
CRC8SMBus
CRC-8/SMBus (PEC)
poly=0x07, init=0x00, refin=false, refout=false, xorout=0x00.
|
class |
LRC
LRC (Longitudinal Redundancy Check), 8-bit two's complement of sum.
|
Copyright © 2019–2025 indunet. All rights reserved.