Crc32ModeSComputeChecksum Method |
Calculates the parity on the message passed across. Only the first three bytes (big-endian)
are applied against Mode-S messages.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public uint ComputeChecksum(
byte[] bytes,
int offset,
int length
)
Public Function ComputeChecksum (
bytes As Byte(),
offset As Integer,
length As Integer
) As UInteger
public:
unsigned int ComputeChecksum(
array<unsigned char>^ bytes,
int offset,
int length
)
member ComputeChecksum :
bytes : byte[] *
offset : int *
length : int -> uint32
Parameters
- bytes
- Type: SystemByte
- offset
- Type: SystemInt32
- length
- Type: SystemInt32
Return Value
Type:
UInt32See Also