Campbell-scientific LoggerNet-SDK Software Development Kit Manuel d'utilisateur Page 64

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 178
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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.
Vue de la page 63
1 2 ... 59 60 61 62 63 64 65 66 67 68 69 ... 177 178

Commentaires sur ces manuels

Pas de commentaire