Crc16CcittComputeChecksumDrDobbs Method |
Returns the CRC-16-CCITT checksum for the array of bytes passed across using the Dr. Dobbs algorithm.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ushort ComputeChecksumDrDobbs(
byte[] bytes
)
Public Function ComputeChecksumDrDobbs (
bytes As Byte()
) As UShort
public:
unsigned short ComputeChecksumDrDobbs(
array<unsigned char>^ bytes
)
member ComputeChecksumDrDobbs :
bytes : byte[] -> uint16
Parameters
- bytes
- Type: SystemByte
Return Value
Type:
UInt16See Also