Campbell-scientific LoggerNet-SDK Software Development Kit Manuale Utente Pagina 64

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 178
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 63
Section 13. Developing an Application Using the CsiLogMonitor Control
13-4
Stop monitoring logs with the commLogMonitorStop() and
tranLogMonitorStop() events. You can check for active log monitoring by
checking the commLogMonitorBusy and tranLogMonitorBusy properties or
this control.
Private Sub cmdStop_Click()
If CsiLogMonitor.commLogMonitorBusy Then
CsiLogMonitor.commLogMonitorStop
End If
If CsiLogMonitor.tranLogMonitorBusy Then
CsiLogMonitor.tranLogMonitorStop
End If
End Sub
Add additional functionality, error handling, and objects as necessary beyond
the example interface and code listed above to meet the specific requirements
of your application. Complete examples using the CsiLogMonitor control are
included in the LoggerNet SDK installation.
Vedere la pagina 63
1 2 ... 59 60 61 62 63 64 65 66 67 68 69 ... 177 178

Commenti su questo manuale

Nessun commento