Discuss this help topic in SecureBlackbox Forum
Specifies whether the header contains CRC values.
Declaration
[VB.NET]
Property HasCRC As Boolean
[Pascal]
property HasCRC : boolean;
[C++]
bool get_HasCRC();
void set_HasCRC(bool Value);
[PHP]
bool get_HasCRC()
void set_HasCRC(bool $Value)
[Java]
boolean getHasCRC();
void setHasCRC(boolean Value);
Description
When this flag is set, CRC16 and CRC32 values are contained in the header.
Discuss this help topic in SecureBlackbox Forum