CRC_CCITT

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

crc_ccitt - recompute the CRC for the data buffer  

SYNOPSIS

"SYNOPSIS"

u16 crc_ccitt (u16 crc, u8 const * buffer, size_t len);  

ARGUMENTS

crc
-- undescribed --
buffer
-- undescribed --
len
-- undescribed --
 

DESCRIPTION

crc - previous CRC value buffer - data pointer len - number of bytes in the buffer


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:01 GMT, October 09, 2005