Crc16CcittComputeChecksum Method (Byte, Int32, Int32) |
Returns the CRC-16-CCITT checksum for the array of bytes passed across using the standard calculation.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ushort ComputeChecksum(
byte[] bytes,
int start,
int length
)
Public Function ComputeChecksum (
bytes As Byte(),
start As Integer,
length As Integer
) As UShort
public:
unsigned short ComputeChecksum(
array<unsigned char>^ bytes,
int start,
int length
)
member ComputeChecksum :
bytes : byte[] *
start : int *
length : int -> uint16
Parameters
- bytes
- Type: SystemByte
- start
- Type: SystemInt32
- length
- Type: SystemInt32
Return Value
Type:
UInt16See Also