Trait crc16::CrcType
[−]
[src]
pub trait CrcType {
fn init() -> u16;
fn update(crc: u16, msg: &[u8]) -> u16;
fn get(crc: u16) -> u16;
}
Required Methods
Implementors
impl CrcType for ARCimpl CrcType for AUG_CCITTimpl CrcType for BUYPASSimpl CrcType for CCITT_FALSEimpl CrcType for CDMA2000impl CrcType for DDS_110impl CrcType for DECT_Rimpl CrcType for DECT_Ximpl CrcType for DNPimpl CrcType for EN_13757impl CrcType for GENIBUSimpl CrcType for MAXIMimpl CrcType for MCRF4XXimpl CrcType for RIELLOimpl CrcType for T10_DIFimpl CrcType for TELEDISKimpl CrcType for TMS37157impl CrcType for USBimpl CrcType for CRC_Aimpl CrcType for KERMITimpl CrcType for MODBUSimpl CrcType for X_25impl CrcType for XMODEM