Method | Description | |
---|---|---|
Update ( ushort crc, byte b ) : ushort | ||
Update ( ushort crc, byte buff, int offset, int length ) : ushort |
public static Update ( ushort crc, byte b ) : ushort | ||
crc | ushort | |
b | byte | |
return | ushort |
public static Update ( ushort crc, byte buff, int offset, int length ) : ushort | ||
crc | ushort | |
buff | byte | |
offset | int | |
length | int | |
return | ushort |