C# Class Poderosa.XZModem.Crc16

CRC16-CCITT
Mostrar archivo Open project: poderosaproject/poderosa Class Usage Examples

Public Methods

Method Description
Update ( ushort crc, byte b ) : ushort
Update ( ushort crc, byte buff, int offset, int length ) : ushort

Method Details

Update() public static method

public static Update ( ushort crc, byte b ) : ushort
crc ushort
b byte
return ushort

Update() public static method

public static Update ( ushort crc, byte buff, int offset, int length ) : ushort
crc ushort
buff byte
offset int
length int
return ushort