NBit Bit Manipulation Library

Crc.Next Method

Sends 8 bits through the CRC.

Overload List

Sends 8 bits through the CRC.

public virtual uint Next(uint,byte)

Sends bits from a byte array through the CRC.

public uint Next(uint,byte[],int,int)

Sends bits from a byte array through the CRC.

public uint Next(uint,byte[],int,int,int)

Sends a specified number of bits through the CRC.

public uint Next(uint,uint,int)

See Also

Crc Class | NBit Namespace