Process one byte in the CRC.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void UpdateCRC( byte b )
Public Sub UpdateCRC ( _ b As Byte _ )
public: void UpdateCRC( unsigned char b )
Parameters
- b (Byte)
- the byte to include into the CRC .