Manual
12
FireInspector Automation User’s Manual
CATC Version 1.0
2.3.4 IAnalyzer::StartGeneration
Starts traffic generation from the file.
Syntax
HRESULT StartGeneration (
[in] BSTR gen_file_name,
[in] short gen_mode );
Parameters
• gen_file_name – string providing the full pathname to generation file
• gen_mode – generation mode: 0 – plays generation file once, 1 – plays generation file
in the loop
Return values
• E_NOTIMPL
Remarks
Not implemented yet.
Example