Com return values, Logmonitor.commlogmonitorstop(), Name – Campbell Scientific LoggerNet-SDK Software Development Kit User Manual

Page 160: Description, Logmonitor.serverconnect()

Advertising
background image

Section 19. CsiLogMonitor Control Reference

COM Return Values

Table of Possible Values

Code Meaning

S_OK

Success: Normal return

E_CSI_FAIL

Error: Unexpected error

E_CSI_NOT_CONNECTED

Error: Not Connected to the LoggerNet
server

E_CSI_BUSY

Error: Log monitoring is already active

LogMonitor.commLogMonitorStop()

Name

LogMonitor.commLogMonitorStop()

Description

This method will stop active monitoring of the communication logs on the
LoggerNet server.

COM Return Values

Table of Possible Values

Code Meaning

S_OK

Success: Normal return

LogMonitor.serverConnect()

Name

LogMonitor.serverConnect()

Description

This method attempts to connect to the LoggerNet server using the values in
the previously set properties: serverName, serverPort, serverLogonName, and
serverLogonPassword. This method triggers

onServerConnectStarted()

if

the connection is successful, or

onServerConnectFailure

() if the connection

fails.

19-6

Advertising