Crc16ComputeChecksum Method |
Calculates the CRC16 checksum for an array of bytes.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ushort ComputeChecksum(
byte[] bytes
)
Public Function ComputeChecksum (
bytes As Byte()
) As UShort
public:
unsigned short ComputeChecksum(
array<unsigned char>^ bytes
)
member ComputeChecksum :
bytes : byte[] -> uint16
Parameters
- bytes
- Type: SystemByte
Return Value
Type:
UInt16The checksum as an unsigned 16-bit value.
See Also