Calculate the header checksum

Namespace:  VideoRay.Communication
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public byte CalcHeaderChecksum()
Visual Basic (Declaration)
Public Function CalcHeaderChecksum As Byte
Visual C++
public:
unsigned char CalcHeaderChecksum()

Return Value

The header checksum, also sets it in the packet header

See Also