Discuss this help topic in SecureBlackbox Forum
Specifies if CRC check should be performed.
Declaration
[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)
[Java]
boolean getUseCRCCheck();
void setUseCRCCheck(boolean Value);
Description
Set this property to
True to check CRC of the data.
Discuss this help topic in SecureBlackbox Forum