C# Class Poderosa.XZModem.Crc16

CRC16-CCITT
Afficher le fichier Open project: poderosaproject/poderosa Class Usage Examples

Méthodes publiques

Méthode Description
Update ( ushort crc, byte b ) : ushort
Update ( ushort crc, byte buff, int offset, int length ) : ushort

Method Details

Update() public static méthode

public static Update ( ushort crc, byte b ) : ushort
crc ushort
b byte
Résultat ushort

Update() public static méthode

public static Update ( ushort crc, byte buff, int offset, int length ) : ushort
crc ushort
buff byte
offset int
length int
Résultat ushort