Discuss this help topic in SecureBlackbox Forum
Specifies if CRC check should be performed.
Declaration
[C#/Java]
bool UseCRCCheck;
[VB.NET]
Property UseCRCCheck As Boolean
[Pascal]
property UseCRCCheck : boolean;
[C++]
bool get_UseCRCCheck();
void set_UseCRCCheck(bool Value);
[PHP]
bool get_UseCRCCheck()
void set_UseCRCCheck(bool $Value)
Description
Set this property to
True to check CRC of the data.
Discuss this help topic in SecureBlackbox Forum