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

  • Download
  • Add to my manuals
  • Print
  • Page
    / 92
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 75
72
FireInspector Automation User’s Manual
CATC Version 1.0
break;
case FW_ASR_SYNC_STATE_SYNCING:
_tcscpy( m_SyncStatus, _T("Syncing...") );
break;
case FW_ASR_SYNC_STATE_SYNCED:
_tcscpy( m_SyncStatus, _T("Synced") );
break;
default:
_tcscpy( m_SyncStatus, _T("Invalid sync status") );
break;
}
}
Page view 75
1 2 ... 71 72 73 74 75 76 77 78 79 80 81 ... 91 92

Comments to this Manuals

No comments