[in] New value of the HNFileAdapter object automatic mode
flag status.
Return values:
If the function succeeds the return value will be the bAutoMode parameter value.
Description:
Use FAdpSetAutoMode to change status of the flag which indicates that
HNFileAdapter works in automatic mode.
Automatic mode of the HNFileAdapter object sets its working
in the context of its internal thread. For read/write operations in the automatic mode please use
FAdpOpenFile/FAdpCreateFile
respectively.
To get AutoMode flag status please use FAdpGetAutoMode
function.
To work with HNFileAdapter in AutoMode you should use HNQueue
together with it (see HNFileAdapter.Queue property [Get/Set]).
Example of using HNFileAdpater AutoMode for dumping packets to a CAP file: