Teledyne-lecroy FireInspector Automation Application Programming I User Manual Page 34

  • Download
  • Add to my manuals
  • Print
  • Page
    / 92
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 33
30
FireInspector Automation User’s Manual
CATC Version 1.0
fw_trace->Save( file_name, packet_from, packet_to );
}
catch ( _com_error& er)
{
if (er.Description().length() > 0)
::MessageBox( NULL, er.Description(), _T("FwAnalyzer
client"), MB_OK );
else
::MessageBox( NULL, er.ErrorMessage(), _T("FwAnalyzer
client"), MB_OK );
return 1;
}
Page view 33
1 2 ... 29 30 31 32 33 34 35 36 37 38 39 ... 91 92

Comments to this Manuals

No comments