Discuss this help topic in SecureBlackbox Forum
Specifies the CRC16 value for the header.
Declaration
[VB.NET]
Property CRC16 As UInt32
[Pascal]
property CRC16 : UInt32;
[C++]
uint32_t get_CRC16();
void set_CRC16(uint32_t Value);
[PHP]
integer get_CRC16()
void set_CRC16(integer $Value)
[Java]
int getCRC16();
void setCRC16(int Value);
Description
When HasCRC flag is set, this property contains two least significant bytes of CRC32.
Discuss this help topic in SecureBlackbox Forum