Sets/Returns CAP size limit for data recording operations.
property SizeLimit: DWORD;
Use SizeLimit to get the CAP size limit for data recording operations.
This value determines the CAP file size limit for HNFileAdapter object working in AutoMode (see HNFileAdapter.AutoMode).
If the SizeLimit value is not equal to 0, and then packets have been dumped to a CAP file, then when this file size runs up to SizeLimit value, the file is automatically closed, and HNFileAdapter.OnFileClose event handler is called.